diff --git a/front/php/server/devices.php b/front/php/server/devices.php
index 5d81f6d0..193aa507 100755
--- a/front/php/server/devices.php
+++ b/front/php/server/devices.php
@@ -273,7 +273,8 @@ function setDeviceData() {
devFirstConnection,
devLastIP,
devGUID,
- devCustomProps
+ devCustomProps,
+ devSourcePlugin
) VALUES (
'$mac',
'$name',
@@ -300,7 +301,8 @@ function setDeviceData() {
'$devFirstConnection',
'$ip',
'$devNewGuid',
- '$devCustomProps'
+ '$devCustomProps',
+ 'DUMMY'
)";
}
diff --git a/front/php/templates/footer.php b/front/php/templates/footer.php
index e585868d..62625f12 100755
--- a/front/php/templates/footer.php
+++ b/front/php/templates/footer.php
@@ -28,10 +28,10 @@
- |
- |
- |
- |
+ |
+ |
+ |
+ |
| = lang('Maintenance_built_on');?>:
| Version:
|
diff --git a/front/php/templates/header.php b/front/php/templates/header.php
index 98b13d49..1527206f 100755
--- a/front/php/templates/header.php
+++ b/front/php/templates/header.php
@@ -185,13 +185,13 @@
-
+ 🔃
-
+
0
diff --git a/server/plugin_utils.py b/server/plugin_utils.py
index 1fb335db..ea63cd45 100755
--- a/server/plugin_utils.py
+++ b/server/plugin_utils.py
@@ -203,7 +203,7 @@ def get_plugins_configs(loadAll):
plugJson = json.loads(get_file_content(config_path))
- # only laod plugin if needed
+ # only load plugin if needed
if loadAll or plugJson["unique_prefix"] in conf.LOADED_PLUGINS:
# Load the contents of the config.json file as a JSON object and append it to pluginsList