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

feat(k8s/application): re-order pod/container columns in application containers table

This commit is contained in:
Anthony Lapenna 2020-08-14 17:11:26 +12:00
parent 449b7888d3
commit 56cda7f260
2 changed files with 9 additions and 9 deletions

View file

@ -539,7 +539,7 @@
title-icon="fa-server"
dataset="ctrl.allContainers"
table-key="kubernetes.application.containers"
order-by="Name"
order-by="PodName"
>
</kubernetes-containers-datatable>
</div>