diff --git a/docs/INITIAL_SETUP.md b/docs/INITIAL_SETUP.md index 8b4030b7..10349bd7 100755 --- a/docs/INITIAL_SETUP.md +++ b/docs/INITIAL_SETUP.md @@ -9,7 +9,7 @@ Get **NetAlertX** up and running in a few simple steps. > [!TIP] > Enable additional plugins under **Settings → `LOADED_PLUGINS`**. > Make sure to **save** your changes and **reload the page** to activate them. -> ![Loaded plugins settings](./img/PLUGINS/loaded_plugins_setting.png) +> ![Loaded plugins settings](./img/PLUGINS/enable_plugin.gif) **Initial configuration**: `ARPSCAN`, `INTRNT` diff --git a/docs/PLUGINS.md b/docs/PLUGINS.md index fd02fa37..c4f8bd97 100755 --- a/docs/PLUGINS.md +++ b/docs/PLUGINS.md @@ -9,7 +9,7 @@ NetAlertX supports additional plugins to extend its functionality, each with its > [!TIP] > You can load additional Plugins via the General -> `LOADED_PLUGINS` setting. You need to save the settings for the new plugins to load (cache/page reload may be necessary). -> ![Loaded plugins settings](./img/PLUGINS/loaded_plugins_setting.png) +> ![Loaded plugins settings](./img/PLUGINS/enable_plugin.gif) 1. Pick your `🔍 dev scanner` plugin (e.g. `ARPSCAN` or `NMAPDEV`), or import devices into the application with an `📥 importer` plugin. (See **Enabling plugins** below) 2. Pick a `▶️ publisher` plugin, if you want to send notifications. If you don't see a publisher you'd like to use, look at the [📚_publisher_apprise](/front/plugins/_publisher_apprise/) plugin which is a proxy for over 80 notification services. diff --git a/docs/img/PLUGINS/enable_plugin.gif b/docs/img/PLUGINS/enable_plugin.gif new file mode 100755 index 00000000..4c439927 Binary files /dev/null and b/docs/img/PLUGINS/enable_plugin.gif differ diff --git a/front/php/templates/language/de_de.json b/front/php/templates/language/de_de.json old mode 100644 new mode 100755 diff --git a/front/php/templates/language/en_us.json b/front/php/templates/language/en_us.json index d1ab355d..d2465360 100755 --- a/front/php/templates/language/en_us.json +++ b/front/php/templates/language/en_us.json @@ -194,7 +194,7 @@ "DevDetail_button_Save": "Save", "DeviceEdit_ValidMacIp": "Enter a valid Mac and IP address.", "Device_MultiEdit": "Multi-edit", - "Device_MultiEdit_Backup": "Careful, entering wrong values below will break your setup. Please backup your database or Devices configuration first (click to download ). Read how to recover Devices from this file in the Backups documentation.", + "Device_MultiEdit_Backup": "Careful, entering wrong values below will break your setup. Please backup your database or Devices configuration first (click to download ). Read how to recover Devices from this file in the Backups documentation. In order to apply your changes click the Save icon on each field you want to update.", "Device_MultiEdit_Fields": "Edit fields:", "Device_MultiEdit_MassActions": "Mass actions:", "Device_MultiEdit_Tooltip": "Careful. Clicking this will apply the value on the left to all devices selected above.", diff --git a/front/plugins/nmap_dev_scan/config.json b/front/plugins/nmap_dev_scan/config.json index b8f78501..e229ab6b 100755 --- a/front/plugins/nmap_dev_scan/config.json +++ b/front/plugins/nmap_dev_scan/config.json @@ -505,7 +505,7 @@ "column": "Dummy", "mapped_to_column": "cur_ScanMethod", "mapped_to_column_data": { - "value": "nmap-dev-scan" + "value": "NMAPDEV" }, "css_classes": "col-sm-2", "show": true,