mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-19 19:15:22 +00:00
routes: fixes and closes #334
This commit is contained in:
parent
747c671d2a
commit
71b9c356ea
@ -215,8 +215,8 @@ include('head.inc');
|
||||
<header class="content-box-head container-fluid">
|
||||
<h3>IPv4</h3>
|
||||
</header>
|
||||
|
||||
<table class="table table-striped table-sort sortable __nomb" id="IPv4" summary="ipv4 routes">
|
||||
<table class="table table-striped table-sort sortable __nomb" id="IPv4" summary="IPv4 routes">
|
||||
<thead></thead>
|
||||
<tbody>
|
||||
<tr><td class="listhdrr"><?=gettext("Gathering data, please wait...");?></td></tr>
|
||||
</tbody>
|
||||
@ -232,7 +232,7 @@ include('head.inc');
|
||||
<h3>IPv6</h3>
|
||||
</header>
|
||||
<table class="table table-striped table-sort sortable __nomb" id="IPv6" summary="IPv6 routes">
|
||||
|
||||
<thead></thead>
|
||||
<tbody>
|
||||
<tr><td class="listhdrr"><?=gettext("Gathering data, please wait...");?></td></tr>
|
||||
</tbody>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user