From 56cda7f260f77e4e8ec7b60755988295d4735dd5 Mon Sep 17 00:00:00 2001 From: Anthony Lapenna Date: Fri, 14 Aug 2020 17:11:26 +1200 Subject: [PATCH] feat(k8s/application): re-order pod/container columns in application containers table --- .../containersDatatable.html | 16 ++++++++-------- .../views/applications/edit/application.html | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/kubernetes/components/datatables/application/containers-datatable/containersDatatable.html b/app/kubernetes/components/datatables/application/containers-datatable/containersDatatable.html index b9a86574f..6b5b1b361 100644 --- a/app/kubernetes/components/datatables/application/containers-datatable/containersDatatable.html +++ b/app/kubernetes/components/datatables/application/containers-datatable/containersDatatable.html @@ -57,13 +57,6 @@ - + +
- - Name - - - - Pod @@ -71,6 +64,13 @@ + + Name + + + + Image @@ -107,8 +107,8 @@ dir-paginate="item in ($ctrl.state.filteredDataSet = ($ctrl.dataset | filter:$ctrl.state.textFilter | orderBy:$ctrl.state.orderBy:$ctrl.state.reverseOrder | itemsPerPage: $ctrl.state.paginatedItemLimit: $ctrl.tableKey))" pagination-id="$ctrl.tableKey" > - {{ item.Name }} {{ item.PodName }}{{ item.Name }} {{ item.Image }} {{ item.Status }}