mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
Firewall in top menu
This commit is contained in:
parent
7369d6b98a
commit
66bc02d0f8
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
<a class="top-<?php if($TAB == 'STATS' ) echo 'selected-' ?>link" href="/list/stats/"> <?php print __('Statistics') ?> </a>
|
||||
<a class="top-<?php if($TAB == 'LOG' ) echo 'selected-' ?>link" href="/list/log/"> <?php print __('Log') ?> </a>
|
||||
<a class="top-<?php if($TAB == 'SERVICES' ) echo 'selected-' ?>link" href="/list/services/"> <?php print __('Services') ?> </a>
|
||||
<a class="top-<?php if($TAB == 'FIREWALL' ) echo 'selected-' ?>link" href="/list/firewall/"> <?php print __('Firewall') ?> </a>
|
||||
<a class="top-<?php if($TAB == 'UPDATES' ) echo 'selected-' ?>link" href="/list/updates/"> <?php print __('Updates') ?> </a>
|
||||
</span>
|
||||
<span style="float:right;">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue