Dont activate an address if another system has it active

This commit is contained in:
2023-06-17 19:14:16 +10:00
parent e3f2d6cf15
commit f147b33b60
2 changed files with 25 additions and 0 deletions

View File

@@ -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() {