mirror of
https://github.com/getnamingo/registry.git
synced 2025-08-04 16:51:29 +02:00
Fixed registrar name not being displayed in EPP log
Also removed useless button for registrars
This commit is contained in:
parent
97343361cc
commit
b46ff2286c
2 changed files with 38 additions and 7 deletions
|
@ -20,12 +20,12 @@
|
|||
<!-- Page title actions -->
|
||||
<div class="col-auto ms-auto d-print-none">
|
||||
<div class="btn-list">
|
||||
<span class="d-none d-sm-inline">
|
||||
{% if roles == 0 %}<span class="d-none d-sm-inline">
|
||||
<a href="{{route('reports')}}" class="btn btn-pink">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><path d="M8 5h-2a2 2 0 0 0 -2 2v12a2 2 0 0 0 2 2h5.697" /><path d="M18 14v4h4" /><path d="M18 11v-4a2 2 0 0 0 -2 -2h-2" /><path d="M8 3m0 2a2 2 0 0 1 2 -2h2a2 2 0 0 1 2 2v0a2 2 0 0 1 -2 2h-2a2 2 0 0 1 -2 -2z" /><path d="M18 18m-4 0a4 4 0 1 0 8 0a4 4 0 1 0 -8 0" /><path d="M8 11h4" /><path d="M8 15h3" /></svg>
|
||||
{{ __('View Reports') }}
|
||||
</a>
|
||||
</span>
|
||||
</span>{% endif %}
|
||||
<a href="{{route('createDomain')}}" class="btn btn-primary d-none d-sm-inline-block">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" class="icon" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z" fill="none"/><line x1="12" y1="5" x2="12" y2="19" /><line x1="5" y1="12" x2="19" y2="12" /></svg>
|
||||
{{ __('Create new domain') }}
|
||||
|
@ -170,8 +170,7 @@
|
|||
<h3 class="card-title">{{ __('Recent Domains') }}</h3>
|
||||
<div class="card">
|
||||
<div class="table-responsive">
|
||||
<table
|
||||
class="table table-vcenter card-table table-striped">
|
||||
<table class="table table-vcenter card-table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{ __('Name') }}</th>
|
||||
|
@ -198,8 +197,7 @@
|
|||
<h3 class="card-title">{{ __('Recent Support Tickets') }}</h3>
|
||||
<div class="card">
|
||||
<div class="table-responsive">
|
||||
<table
|
||||
class="table table-vcenter card-table table-striped">
|
||||
<table class="table table-vcenter card-table table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{ __('Subject') }}</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue