mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 07:25:48 +01:00
✏️ Fix dashdot module options names
This commit is contained in:
@@ -29,11 +29,11 @@ export const DashdotModule = asModule({
|
||||
name: 'descriptor.settings.graphs.label',
|
||||
value: ['CPU', 'RAM', 'Storage', 'Network'],
|
||||
options: [
|
||||
'descriptor.settings.graphs.options.cpu',
|
||||
'descriptor.settings.graphs.options.ram',
|
||||
'descriptor.settings.graphs.options.storage',
|
||||
'descriptor.settings.graphs.options.network',
|
||||
'descriptor.settings.graphs.options.GPU',
|
||||
'CPU',
|
||||
'RAM',
|
||||
'Storage',
|
||||
'Network',
|
||||
'GPU',
|
||||
],
|
||||
},
|
||||
url: {
|
||||
|
||||
Reference in New Issue
Block a user