mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
Some small UI fixes in the UI panel
Bump the package number
This commit is contained in:
parent
09e44f67db
commit
d4d5a9336e
6 changed files with 6 additions and 7 deletions
|
|
@ -72,7 +72,7 @@ class Utils
|
|||
'fragment_prefix' => '',
|
||||
],
|
||||
'table_of_contents' => [
|
||||
'html_class' => 'table-of-contents',
|
||||
'html_class' => 'table-of-contents float-right',
|
||||
],
|
||||
]);
|
||||
|
||||
|
|
|
|||
1
flexiapi/public/css/style.css
vendored
1
flexiapi/public/css/style.css
vendored
|
|
@ -76,7 +76,6 @@ input.form-control {
|
|||
|
||||
@media screen and (min-width: 1025px) {
|
||||
.table-of-contents {
|
||||
float: right;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue