Commit 36c55195 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(legacy) add some spacing

(cherry picked from commit 762952c3)
parent 485f9015
......@@ -85,11 +85,13 @@ $( document ).ready(function() {
<?php
foreach($data_tabs as $i => $tabname):?>
<div id="<?=$tabname;?>" class="tab-pane fade in <?= $i == 0 ? 'active' : '';?>">
<br/>
<div class="container-fluid">
<pre id="data_<?=$tabname;?>" class="pre-scrollable" >
<?=gettext("Gathering PF information, please wait...");?>
</pre>
</div>
</br>
</div>
<?php
endforeach;?>
......
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