mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-26 14:14:41 +02:00
Main menu improvements
This commit is contained in:
parent
11a811c9db
commit
c4b69480d9
1 changed files with 25 additions and 22 deletions
|
@ -213,10 +213,6 @@
|
||||||
<a class="dropdown-item" href="{{route('contactcreate')}}">
|
<a class="dropdown-item" href="{{route('contactcreate')}}">
|
||||||
{{ __('Create Contact') }}
|
{{ __('Create Contact') }}
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-divider"></div>
|
|
||||||
<a class="dropdown-item" href="#">
|
|
||||||
{{ __('Abuse Prevention') }}
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li {{ is_current_url('hosts') or is_current_url('hostcreate') ? 'class="nav-item dropdown active"' : 'class="nav-item dropdown"' }}>
|
<li {{ is_current_url('hosts') or is_current_url('hostcreate') ? 'class="nav-item dropdown active"' : 'class="nav-item dropdown"' }}>
|
||||||
|
@ -251,15 +247,12 @@
|
||||||
<a class="dropdown-item" href="#">
|
<a class="dropdown-item" href="#">
|
||||||
{{ __('Create Registrar') }}
|
{{ __('Create Registrar') }}
|
||||||
</a>
|
</a>
|
||||||
<a class="dropdown-item" href="#">
|
|
||||||
{{ __('Communication') }}
|
|
||||||
</a>
|
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
<a class="dropdown-item" href="#">
|
<a class="dropdown-item" href="#">
|
||||||
{{ __('List Applications') }}
|
{{ __('Announcements') }}
|
||||||
</a>
|
</a>
|
||||||
<a class="dropdown-item" href="#">
|
<a class="dropdown-item" href="#">
|
||||||
{{ __('Compliance') }}
|
{{ __('Applications Center') }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
@ -315,6 +308,14 @@
|
||||||
{{ __('User Management') }}
|
{{ __('User Management') }}
|
||||||
</a>
|
</a>
|
||||||
<div class="dropdown-divider"></div>
|
<div class="dropdown-divider"></div>
|
||||||
|
<div class="dropend">
|
||||||
|
<a class="dropdown-item dropdown-toggle" href="#" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false" >
|
||||||
|
{{ __('Logs') }}
|
||||||
|
</a>
|
||||||
|
<div class="dropdown-menu">
|
||||||
|
<a class="dropdown-item" href="{{route('logs')}}">
|
||||||
|
{{ __('Error Log') }}
|
||||||
|
</a>
|
||||||
<a class="dropdown-item" href="{{route('logs')}}">
|
<a class="dropdown-item" href="{{route('logs')}}">
|
||||||
{{ __('EPP Log') }}
|
{{ __('EPP Log') }}
|
||||||
</a>
|
</a>
|
||||||
|
@ -322,9 +323,11 @@
|
||||||
{{ __('Audit Log') }}
|
{{ __('Audit Log') }}
|
||||||
</a>
|
</a>
|
||||||
<a class="dropdown-item" href="{{route('logs')}}">
|
<a class="dropdown-item" href="{{route('logs')}}">
|
||||||
{{ __('Backup') }}
|
{{ __('Backup Log') }}
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<li {{ is_current_url('ticketview') or is_current_url('newticket') or is_current_url('docs') or is_current_url('mediakit') ? 'class="nav-item dropdown active"' : 'class="nav-item dropdown"' }}>
|
<li {{ is_current_url('ticketview') or is_current_url('newticket') or is_current_url('docs') or is_current_url('mediakit') ? 'class="nav-item dropdown active"' : 'class="nav-item dropdown"' }}>
|
||||||
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false">
|
<a class="nav-link dropdown-toggle" href="#" data-bs-toggle="dropdown" data-bs-auto-close="outside" role="button" aria-expanded="false">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue