Dont activate an address if another system has it active
This commit is contained in:
@@ -131,6 +131,12 @@
|
||||
@endforeach
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
@error('susaddress')
|
||||
<span class="btn btn-sm btn-danger" role="alert" style="text-align: left;">
|
||||
{!! $message !!}
|
||||
</span>
|
||||
@enderror
|
||||
@endif
|
||||
|
||||
@can('admin',$o)
|
||||
@@ -388,6 +394,13 @@
|
||||
@include('widgets.modal_purge')
|
||||
@endsection
|
||||
|
||||
@section('page-css')
|
||||
<style>
|
||||
span.btn.btn-danger a {
|
||||
color: white
|
||||
}
|
||||
</style>
|
||||
@endsection
|
||||
@section('page-scripts')
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
|
Reference in New Issue
Block a user