Skip to content

Commit 2b0440d

Browse files
committed
병합 소스 수정 10
1 parent aa4e219 commit 2b0440d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/config/section/infra/hosts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export default {
3333
params: { type: 'routing' },
3434
columns: () => {
3535
const fields = [
36-
'name', 'state', 'resourcestate', 'ipaddress', 'arch', 'hypervisor',
36+
'name', 'state', 'resourcestate', 'ipaddress', 'arch', 'hypervisor',
3737
{ field: 'systeminstances', customTitle: 'system.vms' }, 'version', 'haenable', 'hastate']
3838
const metricsFields = ['instances', 'powerstate', 'cpunumber', 'cputotalghz', 'cpuusedghz', 'cpuallocatedghz', 'memorytotalgb', 'memoryusedgb', 'memoryallocatedgb', 'networkread', 'networkwrite']
3939
if (store.getters.metrics) {

0 commit comments

Comments
 (0)