mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2026-04-05 17:51:25 -07:00
DOCS+FE: cleanup, adding Source fields to workflows
Signed-off-by: jokob-sk <jokob.sk@gmail.com>
This commit is contained in:
@@ -4,10 +4,11 @@
|
|||||||
[](https://discord.gg/NczTUTWyRr)
|
[](https://discord.gg/NczTUTWyRr)
|
||||||
[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Falexbelgium%2Fhassio-addons)
|
[](https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Falexbelgium%2Fhassio-addons)
|
||||||
|
|
||||||
# NetAlertX - Network scanner & notification framework
|
# NetAlertX - Network Visibility & Asset Intelligence Framework
|
||||||
|
|
||||||
| [📑 Docker guide](https://docs.netalertx.com/DOCKER_INSTALLATION) | [🚀 Releases](https://github.com/jokob-sk/NetAlertX/releases) | [📚 Docs](https://docs.netalertx.com/) | [🔌 Plugins](https://docs.netalertx.com/PLUGINS) | [🤖 Ask AI](https://gurubase.io/g/netalertx)
|
---
|
||||||
|----------------------| ----------------------| ----------------------| ----------------------| ----------------------|
|
### || [Docker guide](https://docs.netalertx.com/DOCKER_INSTALLATION) || [Releases](https://github.com/netalertx/NetAlertX/releases) || [Docs](https://docs.netalertx.com/) || [Plugins](https://docs.netalertx.com/PLUGINS) || [Website](https://netalertx.com)
|
||||||
|
---
|
||||||
|
|
||||||
<a href="https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/docs/img/GENERAL/github_social_image.jpg" target="_blank">
|
<a href="https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/docs/img/GENERAL/github_social_image.jpg" target="_blank">
|
||||||
<img src="https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/docs/img/GENERAL/github_social_image.jpg" width="1000px" />
|
<img src="https://raw.githubusercontent.com/jokob-sk/NetAlertX/main/docs/img/GENERAL/github_social_image.jpg" width="1000px" />
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ hide:
|
|||||||
|
|
||||||
# NetAlertX Documentation
|
# NetAlertX Documentation
|
||||||
|
|
||||||
Welcome to the official NetAlertX documentation! NetAlertX is a powerful tool designed to simplify the management and monitoring of your network. Below, you will find guides and resources to help you set up, configure, and troubleshoot your NetAlertX instance.
|
Find guides and resources to help you set up, configure, and troubleshoot your NetAlertX instance.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -15,7 +15,7 @@ Welcome to the official NetAlertX documentation! NetAlertX is a powerful tool de
|
|||||||
NetAlertX provides contextual help within the application:
|
NetAlertX provides contextual help within the application:
|
||||||
|
|
||||||
- **Hover over settings, fields, or labels** to see additional tooltips and guidance.
|
- **Hover over settings, fields, or labels** to see additional tooltips and guidance.
|
||||||
- **Click ❔ (question-mark) icons** next to various elements to view detailed information.
|
- **Click ? (question-mark) icons** next to various elements to view detailed information.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
@@ -49,7 +49,9 @@ let fieldOptions = [
|
|||||||
"devAlertDown", "devSkipRepeated", "devLastNotification", "devPresentLastScan",
|
"devAlertDown", "devSkipRepeated", "devLastNotification", "devPresentLastScan",
|
||||||
"devIsNew", "devLocation", "devIsArchived", "devParentMAC", "devParentPort",
|
"devIsNew", "devLocation", "devIsArchived", "devParentMAC", "devParentPort",
|
||||||
"devIcon", "devSite", "devSSID", "devSyncHubNode", "devSourcePlugin", "devFQDN",
|
"devIcon", "devSite", "devSSID", "devSyncHubNode", "devSourcePlugin", "devFQDN",
|
||||||
"devParentRelType", "devReqNicsOnline"
|
"devParentRelType", "devReqNicsOnline", "devNameSource", "devVendorSource" ,
|
||||||
|
"devSSIDSource", "devParentMACSource" , "devParentPortSource" , "devParentRelTypeSource",
|
||||||
|
"devVlanSource"
|
||||||
];
|
];
|
||||||
|
|
||||||
let triggerTypes = [
|
let triggerTypes = [
|
||||||
|
|||||||
Reference in New Issue
Block a user