Commit 762952c3 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) add some spacing

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