formatting fixes
parent
6ff1e903f7
commit
7df826e73c
|
@ -18,17 +18,17 @@ if ($Result) {
|
||||||
fclose($Result);
|
fclose($Result);
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<table class="table table-striped table-hover">
|
<table class="table table-sm table-striped table-hover">
|
||||||
<tr class="table-center">
|
<tr class="table-center">
|
||||||
<th class="col-md-1">#</th>
|
<th>#</th>
|
||||||
<th class="col-md-2">XLX Peer</th>
|
<th>M17 Peer</th>
|
||||||
<th class="col-md-2">Last Heard</th>
|
<th>Last Heard</th>
|
||||||
<th class="col-md-2">Linked for</th>
|
<th>Linked for</th>
|
||||||
<th class="col-md-2">Protocol</th>
|
<th>Protocol</th>
|
||||||
<th class="col-md-1">Module</th><?php
|
<th>Module</th><?php
|
||||||
|
|
||||||
if ($PageOptions['PeerPage']['IPModus'] != 'HideIP') {
|
if ($PageOptions['PeerPage']['IPModus'] != 'HideIP') {
|
||||||
echo '<th class="col-md-2">IP</th>';
|
echo '<th>IP</th>';
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue