Add database host management to panel.
This commit is contained in:
parent
5bbded2c03
commit
198a021a97
12 changed files with 605 additions and 125 deletions
|
@ -92,7 +92,7 @@
|
|||
</li>
|
||||
<li class="header">MANAGEMENT</li>
|
||||
<li class="{{ ! starts_with(Route::currentRouteName(), 'admin.databases') ?: 'active' }}">
|
||||
<a href="{{ route('admin.servers') }}">
|
||||
<a href="{{ route('admin.databases') }}">
|
||||
<i class="fa fa-database"></i> <span>Databases</span>
|
||||
</a>
|
||||
</li>
|
||||
|
|
Reference in a new issue