mirror of
https://github.com/getnamingo/registry.git
synced 2025-06-25 21:54:46 +02:00
Small UI fix
This commit is contained in:
parent
94053d17ca
commit
97818e59e0
1 changed files with 2 additions and 7 deletions
|
@ -102,13 +102,6 @@
|
|||
{{ __('Create Domain') }}
|
||||
</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="#">
|
||||
{{ __('List Applications') }}
|
||||
</a>
|
||||
<a class="dropdown-item" href="#">
|
||||
{{ __('Create Application') }}
|
||||
</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="{{route('transfers')}}">
|
||||
{{ __('Transfers') }}
|
||||
</a>
|
||||
|
@ -190,6 +183,7 @@
|
|||
<a class="dropdown-item" href="{{route('invoices')}}">
|
||||
{{ __('Invoices') }}
|
||||
</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="{{route('deposit')}}">
|
||||
{{ __('Add Deposit') }}
|
||||
</a>
|
||||
|
@ -210,6 +204,7 @@
|
|||
<a class="dropdown-item" href="{{route('reports')}}">
|
||||
{{ __('Reports') }}
|
||||
</a>
|
||||
<div class="dropdown-divider"></div>
|
||||
<a class="dropdown-item" href="{{route('poll')}}">
|
||||
{{ __('Message Queue') }}
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue