feature/logging_Service #16
@ -44,7 +44,7 @@ declare(strict_types=1);
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-bordered" id="usersTable" width="100%" cellspacing="0">
|
||||
<table class="table table-bordered" id="usersTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><input type="checkbox" name="selectAllUsers"></th>
|
||||
@ -83,7 +83,7 @@ declare(strict_types=1);
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-bordered" id="groupsTable" width="100%" cellspacing="0">
|
||||
<table class="table table-bordered" id="groupsTable">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Gruppenname (sAMAccountName)</th>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user