remove maps menu under Network

This commit is contained in:
iBNu Maksum
2025-02-04 15:50:15 +07:00
parent a81bb5c4f5
commit f520352bc9
2 changed files with 6 additions and 3 deletions

View File

@ -244,8 +244,6 @@
href="{Text::url('pool/list')}">IP Pool</a></li>
<li {if $_routes[0] eq 'pool' and $_routes[1] eq 'port' }class="active" {/if}><a
href="{Text::url('pool/port')}">Port Pool</a></li>
<li {if $_routes[0] eq 'routers' and $_routes[1] eq 'maps' }class="active" {/if}><a
href="{Text::url('routers/maps')}">{Lang::T('Routers Maps')}</a></li>
{$_MENU_NETWORK}
</ul>
</li>