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

(legacy) add some spacing

parent 615bf01d
......@@ -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