systemInfo.infoTable.KEY_COLUMN_LABEL | systemInfo.infoTable.VALUE_COLUMN_LABEL |
---|---|
systemInfo.infoTable.HOSTNAME | {{$ctrl.systemInfo.hostname}} |
systemInfo.infoTable.OS | {{$ctrl.systemInfo.osName}} |
systemInfo.infoTable.KERNEL | {{$ctrl.systemInfo.osKernel}} |
systemInfo.infoTable.CPU | |
systemInfo.infoTable.MEMORY | {{$ctrl.systemInfo.totalMemory | formatBytes}} |