mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
feature/server-mounts initial commit
This commit is contained in:
@@ -117,6 +117,11 @@
|
||||
</a>
|
||||
</li>
|
||||
<li class="header">SERVICE MANAGEMENT</li>
|
||||
<li class="{{ ! starts_with(Route::currentRouteName(), 'admin.mounts') ?: 'active' }}">
|
||||
<a href="{{ route('admin.mounts') }}">
|
||||
<i class="fa fa-magic"></i> <span>Mounts</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{ ! starts_with(Route::currentRouteName(), 'admin.nests') ?: 'active' }}">
|
||||
<a href="{{ route('admin.nests') }}">
|
||||
<i class="fa fa-th-large"></i> <span>Nests</span>
|
||||
|
||||
Reference in New Issue
Block a user