mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-21 02:28:35 +00:00
Added OS link to navigation bar
Added OS link to navigation bar
This commit is contained in:
parent
8c2ae4882e
commit
333c55e0f9
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@
|
|||
<ul class="dropdown-menu" aria-labelledby="dropdown09">
|
||||
<li><a class="dropdown-item" href="{{route('dns.index')}}">DNS</a></li>
|
||||
<li><a class="dropdown-item" href="{{route('locations.index')}}">Locations</a></li>
|
||||
<li><a class="dropdown-item" href="{{route('os.index')}}">OS</a></li>
|
||||
<li><a class="dropdown-item" href="{{route('providers.index')}}">Providers</a></li>
|
||||
<li><a class="dropdown-item" href="{{route('yabs.index')}}">YABs</a></li>
|
||||
<li><a class="dropdown-item" href="{{route('settings.index')}}">Settings</a></li>
|
||||
|
|
Loading…
Add table
Reference in a new issue