From 0b36e6df7c3cbaac6f6f21aa2adbf9537b020f31 Mon Sep 17 00:00:00 2001 From: postmannen Date: Wed, 19 Feb 2025 09:03:03 +0100 Subject: [PATCH] fixed image links for webui doc --- doc/src/webui_overview.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/src/webui_overview.md b/doc/src/webui_overview.md index 3d2e4f8..6736eec 100644 --- a/doc/src/webui_overview.md +++ b/doc/src/webui_overview.md @@ -4,7 +4,7 @@ The WebUI is a web application that allows you to interact with CTRL via NATS. NB: The WebUI is in early development. -![WebUI General](https://github.com/postmannen/ctrl/blob/main/doc/webui_general.png) +![WebUI General](https://github.com/postmannen/ctrl/blob/main/doc/webui-general.png?raw=true) ## Features @@ -20,19 +20,19 @@ The graph shows the nodes that are connected to the central node, and the time s When hovering over a node, the node details will be shown in a tooltip. The defined file templates for the node will also be shown in the tooltip, and the user can select one of the templates to use for the command to execute on the node. -![WebUI Network Graph](https://github.com/postmannen/ctrl/blob/main/doc/webui-network-graph-infobox.png) +![WebUI Network Graph](https://github.com/postmannen/ctrl/blob/main/doc/webui-network-graph-infobox.png?raw=true) ### File Templates File templates containing a script can be used to execute commands. The file templates should be stored in the **files** directory on the **central** node. The WebUI will then ask the central node for available templates, and show the file templates in a dropdown menu for the user to select from. -![WebUI File Templates](https://github.com/postmannen/ctrl/blob/main/doc/webui-file-templates.png) +![WebUI File Templates](https://github.com/postmannen/ctrl/blob/main/doc/webui-file-templates.png?raw=true) ### Settings Set setting like the Node name of the UI, NATS server URL, and NKEY to use for authentication to the NATS server. -![WebUI Settings](https://github.com/postmannen/ctrl/blob/main/doc/webui-settings.png) +![WebUI Settings](https://github.com/postmannen/ctrl/blob/main/doc/webui-settings.png?raw=true) ### Flame Graph