Skip to content

Commit edd0856

Browse files
committed
ui: use all when listing with metrics
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent d00f371 commit edd0856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/config/section/compute.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default {
3434
params: () => {
3535
var params = { details: 'group,nics,secgrp,tmpl,servoff,diskoff,iso,volume,affgrp' }
3636
if (store.getters.metrics) {
37-
params = { details: 'all,stats' }
37+
params = { details: 'all' }
3838
}
3939
return params
4040
},

0 commit comments

Comments
 (0)