diff --git a/app/assets/css/colors.json b/app/assets/css/colors.json index 53b2f2a84..55f2922e5 100644 --- a/app/assets/css/colors.json +++ b/app/assets/css/colors.json @@ -150,7 +150,7 @@ "3": "#f5f5f4", "4": "#e7e5e4", "5": "#d7d3d0", - "6": "#d7d3d0", + "6": "#a9a29d", "7": "#79716b", "8": "#57534e", "9": "#44403c", diff --git a/app/assets/ico/tachometer.svg b/app/assets/ico/tachometer.svg index 6de37c58e..c3e722c10 100644 --- a/app/assets/ico/tachometer.svg +++ b/app/assets/ico/tachometer.svg @@ -1,3 +1,3 @@ - - - + + + \ No newline at end of file diff --git a/app/kubernetes/views/dashboard/dashboard.html b/app/kubernetes/views/dashboard/dashboard.html index 649a16147..996a04464 100644 --- a/app/kubernetes/views/dashboard/dashboard.html +++ b/app/kubernetes/views/dashboard/dashboard.html @@ -6,22 +6,27 @@
- - +
+
+ + Environment info +
+
+ - - + - - + + - + @@ -34,23 +39,23 @@ diff --git a/app/portainer/components/datatables/datatable.css b/app/portainer/components/datatables/datatable.css index 4b92dd92a..f808afd5a 100644 --- a/app/portainer/components/datatables/datatable.css +++ b/app/portainer/components/datatables/datatable.css @@ -334,13 +334,13 @@ width: 30px; } -.table tr > th:first-child, -.table tr > td:first-child { +.table-responsive tr > th:first-child, +.table-responsive tr > td:first-child { padding-left: 20px; } -.table tr > th:last-child, -.table tr > last-child { +.table-responsive tr > th:last-child, +.table-responsive tr > last-child { padding-right: 20px; } diff --git a/app/react/components/DashboardItem/DashboardItem.tsx b/app/react/components/DashboardItem/DashboardItem.tsx index 6f4b50f56..c1809e8da 100644 --- a/app/react/components/DashboardItem/DashboardItem.tsx +++ b/app/react/components/DashboardItem/DashboardItem.tsx @@ -20,21 +20,45 @@ export function DashboardItem({ return (
-
+
-
+
{typeof value !== 'undefined' ? value : '-'}
-
+
{pluralize(value || 0, type)}
Environment + Environment {{ ctrl.endpoint.Name }}
URL{{ ctrl.endpoint.URL | stripprotocol }}URL{{ ctrl.endpoint.URL | stripprotocol }}
TagsTags {{ ctrl.endpointTags }}