Skip to content

Commit

Permalink
Fix hidden pagination on reports (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
erssebaggala authored Apr 2, 2019
1 parent 43a011d commit 0dd686b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 1 addition & 2 deletions src/modules/help/Help.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,14 @@ export default class Help extends React.Component {
<div className="card-body">
<h4 className="card-title">About</h4>
<p className="card-text">
<b>Boda Telecom Suite - CE</b> (BTS-CE) is an open source telecommunication network management platform. The project aims to leverage the best in open source software , big data and machine learning to provide a feature rich platform for network management. It was started at <b><a href="http://www.bodastage.com" target="_blank">Bodastage Solutions</a></b> with initial focus on Radio Network Optimization.
<b>Boda Telecom Suite - CE</b> (BTS-CE) is an open source telecommunication network management platform. The project aims to leverage the best in open source software , big data and machine learning to provide a feature rich platform for network management..
</p>

<h4 className="card-title">Resources </h4>

<ul>
<li>Support is provided through the <b><a href="http://www.telecomhall.net" target="_blank" rel="noopener noreferrer">Telecomhall</a></b> forum.</li>
<li>Project home page <b><a href="http://www.bodastage.org" target="_blank" rel="noopener noreferrer">http://www.bodastage.org</a></b></li>
<li>Documentation can be found at <b><a href="http://bts.bodastage.org" target="_blank" rel="noopener noreferrer">http://bts.bodastage.org</a></b></li>
<li>Issues with the application should be logged at the project's <b><a href="https://github.com/bodastage/bts-ce/issues" target="_blank" rel="noopener noreferrer"> github issue tracker</a></b></li>
</ul>

Expand Down
9 changes: 7 additions & 2 deletions src/modules/layout/UILayout.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ Taken from tabdrop.css to create custom styles
padding: 10px;
}

.sidepanel-header{


/*.layout-pane.layout-pane-primary .card {
margin-bottom: 50px;
}*/

.tab-pane {
margin-bottom: 50px;
}

0 comments on commit 0dd686b

Please sign in to comment.