mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-14 05:31:44 +00:00
Signed-off-by: Andy Lee <andy.lee@suse.com> (cherry picked from commit 38cf667830626ab6ce58af7a473f2b2a64f894b5) Co-authored-by: Andy Lee <andy.lee@suse.com>
This commit is contained in:
parent
38ad0fe1a7
commit
24f716ab20
@ -101,14 +101,14 @@ export default {
|
|||||||
const metricCol = [
|
const metricCol = [
|
||||||
{
|
{
|
||||||
name: 'cpu',
|
name: 'cpu',
|
||||||
labelKey: 'node.detail.glance.consumptionGauge.cpu',
|
labelKey: 'harvester.dashboard.hardwareResourceGauge.cpu',
|
||||||
value: 'id',
|
value: 'id',
|
||||||
formatter: 'HarvesterCPUUsed',
|
formatter: 'HarvesterCPUUsed',
|
||||||
formatterOpts: { showUsed: true },
|
formatterOpts: { showUsed: true },
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'memory',
|
name: 'memory',
|
||||||
labelKey: 'node.detail.glance.consumptionGauge.memory',
|
labelKey: 'harvester.dashboard.hardwareResourceGauge.memory',
|
||||||
value: 'id',
|
value: 'id',
|
||||||
formatter: 'HarvesterMemoryUsed',
|
formatter: 'HarvesterMemoryUsed',
|
||||||
formatterOpts: { showUsed: true },
|
formatterOpts: { showUsed: true },
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user