Update architect-ui, bootstrap, javascript and css

This commit is contained in:
2023-03-25 23:33:27 +11:00
parent a46a61249e
commit dd17873905
195 changed files with 28857 additions and 10615 deletions

View File

@@ -26,7 +26,7 @@
<table class="table table-sm table-borderless">
@foreach(\App\Classes\LDAP\Server::baseDNs()->sort(function($item) { return $item->sortKey; }) as $item)
<tr>
<td class="pl-0">{{ $item->getDn() }}</td>
<td class="ps-0">{{ $item->getDn() }}</td>
</tr>
@endforeach
</table>