1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-25 00:09:40 +02:00

refactor(kube/registries): migrate access table to react [EE-4706] (#10688)

This commit is contained in:
Chaim Lev-Ari 2024-04-08 17:23:12 +03:00 committed by GitHub
parent f584bf3830
commit a00cb951bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 74 additions and 142 deletions

View file

@ -48,17 +48,5 @@
</rd-widget>
</div>
</div>
<div class="row">
<div class="col-sm-12">
<strings-datatable
title-text="Access"
title-icon="user-x"
table-key="access_registry_resourcepools"
dataset="$ctrl.savedResourcePools"
empty-dataset-message="No namespace has been authorized yet."
on-remove="($ctrl.handleRemove)"
column-header="Namespace"
>
</strings-datatable>
</div>
</div>
<kube-registry-access-table dataset="$ctrl.savedResourcePools" on-remove="($ctrl.handleRemove)"></kube-registry-access-table>