diff --git a/app/kubernetes/components/datatables/applications-datatable-details/applications-datatable-details.html b/app/kubernetes/components/datatables/applications-datatable-details/applications-datatable-details.html index 2399c36ee..d6aa0db70 100644 --- a/app/kubernetes/components/datatables/applications-datatable-details/applications-datatable-details.html +++ b/app/kubernetes/components/datatables/applications-datatable-details/applications-datatable-details.html @@ -1,4 +1,4 @@ -
Secrets
+
Secrets
diff --git a/app/kubernetes/components/datatables/applications-datatable/applicationsDatatable.html b/app/kubernetes/components/datatables/applications-datatable/applicationsDatatable.html index 9b34d1ac0..716a4c941 100644 --- a/app/kubernetes/components/datatables/applications-datatable/applicationsDatatable.html +++ b/app/kubernetes/components/datatables/applications-datatable/applicationsDatatable.html @@ -1,289 +1,330 @@
- - -
-
{{ $ctrl.titleText }}
- - - System resources are hidden, this can be changed in the table settings. - -
- - Table settings - - -
+ +
+
+
+ + Applications
-
- - - -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - Name - - - - - - Stack - - - - - - Namespace - - - - - - Image - - - - - - Application Type - - - +
+ + + +
+
+ + + + +
Status Published - - Created - - - -
- - - - - - - - - {{ item.Name }} - - {{ item.Name }} - - system - external - {{ item.StackName || '-' }} - {{ item.ResourcePool }} - {{ item.Image | truncate: 64 }} + {{ item.Containers.length - 1 }}{{ item.ApplicationType | kubernetesApplicationTypeText }} - - Replicated - Global - - {{ item.RunningPodsCount }} / {{ item.TotalPodsCount }} - - {{ item.Status }} - - {{ item.Pods[0].Status }} - - - {{ item.Services.length === 0 ? 'No' : 'Yes' }} - - {{ item.CreationDate | getisodate }} {{ item.ApplicationOwner ? 'by ' + item.ApplicationOwner : '' }}
- - - - - - - - -
Loading...
No application available.
+ +
+ Close +
+ + + - + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + + +
+ + +
+
+
+ + + + + + + + +
+ +
+ Filters + + +
+ +
+
+ + + + + + + +
+ + + - - - - - - +
+ + +
+
+ {{ item.Name }} + + {{ item.Name }} + + system + external + {{ item.StackName || '-' }} + {{ item.ResourcePool }} + {{ item.Image | truncate: 64 }} + {{ item.Containers.length - 1 }}{{ item.ApplicationType | kubernetesApplicationTypeText }} + + Replicated + Global + {{ item.RunningPodsCount }} / {{ item.TotalPodsCount }} + {{ item.Status }} + + {{ item.Pods[0].Status }} + + + {{ item.Services.length === 0 ? 'No' : 'Yes' }} + + {{ item.CreationDate | getisodate }} {{ item.ApplicationOwner ? 'by ' + item.ApplicationOwner : '' }}
+ + + + + + + + +
Loading...
No application available.
+
+ diff --git a/app/kubernetes/components/datatables/applications-ports-datatable/applicationsPortsDatatable.html b/app/kubernetes/components/datatables/applications-ports-datatable/applicationsPortsDatatable.html index 8030c07f3..04a58f294 100644 --- a/app/kubernetes/components/datatables/applications-ports-datatable/applicationsPortsDatatable.html +++ b/app/kubernetes/components/datatables/applications-ports-datatable/applicationsPortsDatatable.html @@ -1,250 +1,280 @@
- - -
-
{{ $ctrl.titleText }}
- - - System resources are hidden, this can be changed in the table settings. - -
- - Table settings - - -
+ +
+
+ +
+ + Port mappings
- diff --git a/app/kubernetes/components/datatables/applications-stacks-datatable/applicationsStacksDatatable.html b/app/kubernetes/components/datatables/applications-stacks-datatable/applicationsStacksDatatable.html index 978ff6739..ebc93c5eb 100644 --- a/app/kubernetes/components/datatables/applications-stacks-datatable/applicationsStacksDatatable.html +++ b/app/kubernetes/components/datatables/applications-stacks-datatable/applicationsStacksDatatable.html @@ -1,31 +1,69 @@
- - -
-
{{ $ctrl.titleText }}
- - - System resources are hidden, this can be changed in the table settings. - -
+ +
+
+ +
+ + Stacks +
+ + +
+ +
- Table settings + + +
-
- -
- -
- - - - - - - - - - - - + +
+ + + System resources are hidden, this can be changed in the table settings. + +
+ +
+
- - - - - - - - - - Stack - - - - - - Namespace - - - - - - Applications - - - - Actions
+ + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - -
+
+ + + + +
+ + +
+
+
+ + + + + + + +
+
+ + + + +
+ + +
+
+
+ {{ item.Name }} + + {{ item.ResourcePool }} + system + {{ item.Applications.length }} + + + Logs + +
+ {{ app.Name }} + external - - - - - - - - - - {{ item.Name }} - - {{ item.ResourcePool }} - system - {{ item.Applications.length }} - Logs -
- {{ app.Name }} - external -
Loading...
No stack available.
-
- - - + + + + Loading... + + + No stack available. + + + +
+
diff --git a/app/kubernetes/views/applications/applications.html b/app/kubernetes/views/applications/applications.html index 8e004901b..6de8af11f 100644 --- a/app/kubernetes/views/applications/applications.html +++ b/app/kubernetes/views/applications/applications.html @@ -9,7 +9,7 @@ - Applications + Applications - Port mappings + Port mappings - Stacks + Stacks - - copied + + + + copied + diff --git a/app/portainer/components/datatables/datatable.css b/app/portainer/components/datatables/datatable.css index 9733c5a36..4b92dd92a 100644 --- a/app/portainer/components/datatables/datatable.css +++ b/app/portainer/components/datatables/datatable.css @@ -47,6 +47,10 @@ text-decoration: underline; } +.datatable tr > td a.actions { + color: currentColor; +} + .toolBar .actionBar { display: inline-flex; } diff --git a/app/portainer/components/show-hide/show-hide.html b/app/portainer/components/show-hide/show-hide.html index eab73f094..5cd015520 100644 --- a/app/portainer/components/show-hide/show-hide.html +++ b/app/portainer/components/show-hide/show-hide.html @@ -4,6 +4,12 @@