mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 23:03:45 +02:00
Start push of service changes.
Changes the way service files are stored and allows for much easier updates in the future that won’t affect custom services. Also stores more configurations in the database to make life easier for everyone.
This commit is contained in:
@@ -106,6 +106,17 @@
|
||||
<i class="fa fa-users"></i> <span>Users</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="header">SERVICE MANAGEMENT</li>
|
||||
<li class="{{ ! starts_with(Route::currentRouteName(), 'admin.services') ?: 'active' }}">
|
||||
<a href="{{ route('admin.services') }}">
|
||||
<i class="fa fa-th-large"></i> <span>Services</span>
|
||||
</a>
|
||||
</li>
|
||||
<li class="{{ ! starts_with(Route::currentRouteName(), 'admin.packs') ?: 'active' }}">
|
||||
<a href="{{ route('admin.packs') }}">
|
||||
<i class="fa fa-archive"></i> <span>Packs</span>
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</aside>
|
||||
|
||||
Reference in New Issue
Block a user