We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa4e219 commit 2b0440dCopy full SHA for 2b0440d
ui/src/config/section/infra/hosts.js
@@ -33,7 +33,7 @@ export default {
33
params: { type: 'routing' },
34
columns: () => {
35
const fields = [
36
- 'name', 'state', 'resourcestate', 'ipaddress', 'arch', 'hypervisor',
+ 'name', 'state', 'resourcestate', 'ipaddress', 'arch', 'hypervisor',
37
{ field: 'systeminstances', customTitle: 'system.vms' }, 'version', 'haenable', 'hastate']
38
const metricsFields = ['instances', 'powerstate', 'cpunumber', 'cputotalghz', 'cpuusedghz', 'cpuallocatedghz', 'memorytotalgb', 'memoryusedgb', 'memoryallocatedgb', 'networkread', 'networkwrite']
39
if (store.getters.metrics) {
0 commit comments