1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-06 06:15:22 +02:00

refactor(kube/namespaces): remove unused ingresses table [EE-6448] (#11029)

This commit is contained in:
Chaim Lev-Ari 2024-04-02 22:41:45 +03:00 committed by GitHub
parent 946166319f
commit d99486ee72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 1 additions and 282 deletions

View file

@ -323,19 +323,4 @@
</kubernetes-resource-pool-applications-datatable>
</div>
</div>
<div class="row" ng-if="ctrl.ingresses && ctrl.ingresses.length > 0">
<div class="col-sm-12">
<kubernetes-resource-pool-ingresses-datatable
dataset="ctrl.ingresses"
table-key="kubernetes.resourcepool.ingresses"
order-by="Name"
refresh-callback="ctrl.getIngresses"
loading="ctrl.state.ingressesLoading"
title-text="Ingress routes and applications"
title-icon="database"
>
</kubernetes-resource-pool-ingresses-datatable>
</div>
</div>
</div>