mirror of
https://github.com/cp6/my-idlers.git
synced 2025-06-06 17:18:08 +00:00
Added IPs link to navigation layout
This commit is contained in:
parent
fbcf8d66de
commit
693af83f6b
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@
|
|||
aria-expanded="false">More</a>
|
||||
<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('IPs.index')}}">IPs</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>
|
||||
|
|
Loading…
Add table
Reference in a new issue