mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 01:26:11 -08:00
better statuses, unifi setting type change
This commit is contained in:
@@ -700,8 +700,8 @@
|
||||
"string": "verificar SSL"
|
||||
}
|
||||
],
|
||||
"options": [],
|
||||
"type": "text"
|
||||
"options": ["true", "false"],
|
||||
"type": "text.select"
|
||||
},
|
||||
{
|
||||
"function": "version",
|
||||
|
||||
@@ -195,7 +195,12 @@ def importConfigs (db):
|
||||
mylog('none', ['[Config] Plugins: Number of dynamically loaded plugins: ', len(conf.plugins)])
|
||||
|
||||
# handle plugins
|
||||
index = 0
|
||||
for plugin in conf.plugins:
|
||||
# Header
|
||||
updateState(db,f"Import plugin {index} of {len(conf.plugins)}")
|
||||
index +=1
|
||||
|
||||
pref = plugin["unique_prefix"]
|
||||
print_plugin_info(plugin, ['display_name','description'])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user