mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +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',
|
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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user