diff options
Diffstat (limited to 'app/node_modules/okadminview/index.js')
| -rw-r--r-- | app/node_modules/okadminview/index.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/app/node_modules/okadminview/index.js b/app/node_modules/okadminview/index.js index bee1e1d..3a9056f 100644 --- a/app/node_modules/okadminview/index.js +++ b/app/node_modules/okadminview/index.js @@ -354,11 +354,13 @@ function fetchIndexTemplateData(meta, queries, dashboardConfig) { var spec = resource.spec; var dashConf = resourceConfig[resource.type] || {} var groupBy = dashConf.groupBy + var descending = dashConf.descending acc[key] = { type: resource.type, spec: spec, data: result, - groupBy: groupBy + groupBy: groupBy, + descending: descending, } } return acc |
