feat: OMV integration & health monitoring widget (#1142)
This commit is contained in:
@@ -103,6 +103,12 @@ const optionMapping: OptionMapping = {
|
||||
indexerManager: {
|
||||
openIndexerSiteInNewTab: (oldOptions) => oldOptions.openIndexerSiteInNewTab,
|
||||
},
|
||||
healthMonitoring: {
|
||||
cpu: (oldOptions) => oldOptions.cpu,
|
||||
memory: (oldOptions) => oldOptions.memory,
|
||||
fahrenheit: (oldOptions) => oldOptions.fahrenheit,
|
||||
fileSystem: (oldOptions) => oldOptions.fileSystem,
|
||||
},
|
||||
app: null,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user