✏️ Fix dashdot module options names

This commit is contained in:
ajnart
2022-09-02 23:46:07 +02:00
parent 601ca9d894
commit e69d2c8f30

View File

@@ -29,11 +29,11 @@ export const DashdotModule = asModule({
name: 'descriptor.settings.graphs.label', name: 'descriptor.settings.graphs.label',
value: ['CPU', 'RAM', 'Storage', 'Network'], value: ['CPU', 'RAM', 'Storage', 'Network'],
options: [ options: [
'descriptor.settings.graphs.options.cpu', 'CPU',
'descriptor.settings.graphs.options.ram', 'RAM',
'descriptor.settings.graphs.options.storage', 'Storage',
'descriptor.settings.graphs.options.network', 'Network',
'descriptor.settings.graphs.options.GPU', 'GPU',
], ],
}, },
url: { url: {