Some small UI fixes in the UI panel

Bump the package number
This commit is contained in:
Timothée Jaussoin 2021-07-29 15:49:39 +02:00
parent 09e44f67db
commit d4d5a9336e
6 changed files with 6 additions and 7 deletions

View file

@ -72,7 +72,7 @@ class Utils
'fragment_prefix' => '',
],
'table_of_contents' => [
'html_class' => 'table-of-contents',
'html_class' => 'table-of-contents float-right',
],
]);

View file

@ -76,7 +76,6 @@ input.form-control {
@media screen and (min-width: 1025px) {
.table-of-contents {
float: right;
width: 50%;
}
}

View file

@ -74,7 +74,7 @@
</div>
</div>
{!! Form::submit(($account->id) ? 'Update' : 'Create', ['class' => 'btn btn-danger btn-centered']) !!}
{!! Form::submit(($account->id) ? 'Update' : 'Create', ['class' => 'btn btn-success btn-centered']) !!}
{!! Form::close() !!}
@endsection

View file

@ -8,7 +8,7 @@
<div class="row mb-2">
<div class="col-sm">
<a class="btn float-right" href="{{ route('admin.account.create') }}">Create</a>
<a class="btn btn-success float-right" href="{{ route('admin.account.create') }}">Create</a>
<h2>Accounts</h2>
</div>
<div class="col-sm">

View file

@ -53,12 +53,12 @@
<p>The following link can only be visited once</p>
<input class="form-control" type="text" readonly value="{{ route('provisioning.show', $account->confirmation_key) }}">
<p class="mt-3">
<a class="btn btn-danger mr-2" href="{{ route('admin.account.provision', $account->id) }}">Renew the provision link</a>
<a class="btn btn-light mr-2" href="{{ route('admin.account.provision', $account->id) }}">Renew the provision link</a>
The current one will be unavailable
</p>
@else
<p class="mt-3">
<a class="btn btn-danger" href="{{ route('admin.account.provision', $account->id) }}">Generate a provision link</a>
<a class="btn btn-light" href="{{ route('admin.account.provision', $account->id) }}">Generate a provision link</a>
</p>
@endif

View file

@ -8,7 +8,7 @@
#%define _datadir %{_datarootdir}
#%define _docdir %{_datadir}/doc
%define build_number 89
%define build_number 90
%define var_dir /var/opt/belledonne-communications
%define opt_dir /opt/belledonne-communications/share/flexisip-account-manager