Skip to content

Commit

Permalink
Merge pull request #368 from pommi/credhub_dashboard_certs_sort
Browse files Browse the repository at this point in the history
order CredHub Certificate Expiry Date dashboard ascending by Expiry Date
  • Loading branch information
frodenas authored Jan 2, 2020
2 parents a63aab8 + 039ae62 commit d32d984
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jobs/credhub_dashboards/templates/credhub_certs.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
"pageSize": 150,
"showHeader": true,
"sort": {
"col": 4,
"desc": true
"col": 3,
"desc": false
},
"styles": [
{
Expand Down Expand Up @@ -267,5 +267,5 @@
"timezone": "browser",
"title": "CredHub: Certificate Expiry Date",
"uid": "OQqSNUJZk",
"version": 8
"version": 9
}

0 comments on commit d32d984

Please sign in to comment.