Skip to content

Commit 0dd686b

Browse files
authored
Fix hidden pagination on reports (#7)
1 parent 43a011d commit 0dd686b

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

src/modules/help/Help.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,14 @@ export default class Help extends React.Component {
1616
<div className="card-body">
1717
<h4 className="card-title">About</h4>
1818
<p className="card-text">
19-
<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.
19+
<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..
2020
</p>
2121

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

2424
<ul>
2525
<li>Support is provided through the <b><a href="http://www.telecomhall.net" target="_blank" rel="noopener noreferrer">Telecomhall</a></b> forum.</li>
2626
<li>Project home page <b><a href="http://www.bodastage.org" target="_blank" rel="noopener noreferrer">http://www.bodastage.org</a></b></li>
27-
<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>
2827
<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>
2928
</ul>
3029

src/modules/layout/UILayout.css

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ Taken from tabdrop.css to create custom styles
4747
padding: 10px;
4848
}
4949

50-
.sidepanel-header{
51-
50+
51+
/*.layout-pane.layout-pane-primary .card {
52+
margin-bottom: 50px;
53+
}*/
54+
55+
.tab-pane {
56+
margin-bottom: 50px;
5257
}

0 commit comments

Comments
 (0)