From 039ae62af3f99cb2a60eda9fedc85d81759e2733 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Thu, 2 Jan 2020 09:15:35 +0100 Subject: [PATCH] order CredHub Certificate Expiry Date dashboard ascending by Expiry Date It's better to see the certificates that will expire first on top. --- jobs/credhub_dashboards/templates/credhub_certs.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jobs/credhub_dashboards/templates/credhub_certs.json b/jobs/credhub_dashboards/templates/credhub_certs.json index 8834909f..3ab8b045 100644 --- a/jobs/credhub_dashboards/templates/credhub_certs.json +++ b/jobs/credhub_dashboards/templates/credhub_certs.json @@ -88,8 +88,8 @@ "pageSize": 150, "showHeader": true, "sort": { - "col": 4, - "desc": true + "col": 3, + "desc": false }, "styles": [ { @@ -267,5 +267,5 @@ "timezone": "browser", "title": "CredHub: Certificate Expiry Date", "uid": "OQqSNUJZk", - "version": 8 + "version": 9 }