Commit 9c5bb6bb authored by Ad Schellevis's avatar Ad Schellevis

(trafficshaper) UI fix panel style

parent 09c316ad
...@@ -382,7 +382,7 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -382,7 +382,7 @@ POSSIBILITY OF SUCH DAMAGE.
<li><a data-toggle="tab" href="#queues">{{ lang._('Queues') }}</a></li> <li><a data-toggle="tab" href="#queues">{{ lang._('Queues') }}</a></li>
<li><a data-toggle="tab" href="#rules">{{ lang._('Rules') }}</a></li> <li><a data-toggle="tab" href="#rules">{{ lang._('Rules') }}</a></li>
</ul> </ul>
<div class="tab-content"> <div class="tab-content content-box tab-content">
<div id="pipes" class="tab-pane fade in active"> <div id="pipes" class="tab-pane fade in active">
<!-- tab page "pipes" --> <!-- tab page "pipes" -->
<table id="grid-pipes" class="table table-condensed table-hover table-striped table-responsive"> <table id="grid-pipes" class="table table-condensed table-hover table-striped table-responsive">
...@@ -468,14 +468,13 @@ POSSIBILITY OF SUCH DAMAGE. ...@@ -468,14 +468,13 @@ POSSIBILITY OF SUCH DAMAGE.
</tfoot> </tfoot>
</table> </table>
</div> </div>
<div class="col-md-12">
<hr/>
<button class="btn btn-primary" id="reconfigureAct" type="button"><b>Apply</b><i id="reconfigureAct_progress" class=""></i></button>
</div>
</div> </div>
</div> </div>
</div> </div>
<div class="row">
<div class="col-md-12">
<button class="btn btn-primary" id="reconfigureAct" type="button"><b>Apply</b><i id="reconfigureAct_progress" class=""></i></button>
</div>
</div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment