mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
(legacy) add some spacing
This commit is contained in:
parent
615bf01dc2
commit
762952c3d0
@ -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;?>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user