Commit 71b9c356 authored by Fabian Franz's avatar Fabian Franz Committed by Franco Fichtner

routes: fixes and closes #334

parent 747c671d
...@@ -215,8 +215,8 @@ include('head.inc'); ...@@ -215,8 +215,8 @@ include('head.inc');
<header class="content-box-head container-fluid"> <header class="content-box-head container-fluid">
<h3>IPv4</h3> <h3>IPv4</h3>
</header> </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> <tbody>
<tr><td class="listhdrr"><?=gettext("Gathering data, please wait...");?></td></tr> <tr><td class="listhdrr"><?=gettext("Gathering data, please wait...");?></td></tr>
</tbody> </tbody>
...@@ -232,7 +232,7 @@ include('head.inc'); ...@@ -232,7 +232,7 @@ include('head.inc');
<h3>IPv6</h3> <h3>IPv6</h3>
</header> </header>
<table class="table table-striped table-sort sortable __nomb" id="IPv6" summary="IPv6 routes"> <table class="table table-striped table-sort sortable __nomb" id="IPv6" summary="IPv6 routes">
<thead></thead>
<tbody> <tbody>
<tr><td class="listhdrr"><?=gettext("Gathering data, please wait...");?></td></tr> <tr><td class="listhdrr"><?=gettext("Gathering data, please wait...");?></td></tr>
</tbody> </tbody>
......
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