mirror of
https://github.com/postmannen/ctrl.git
synced 2025-03-31 01:24:31 +00:00
fixed image links for webui doc
This commit is contained in:
parent
8fd43b2305
commit
0b36e6df7c
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
## 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.
|
||||
|
||||

|
||||

|
||||
|
||||
### 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.
|
||||
|
||||

|
||||

|
||||
|
||||
### Settings
|
||||
|
||||
Set setting like the Node name of the UI, NATS server URL, and NKEY to use for authentication to the NATS server.
|
||||
|
||||

|
||||

|
||||
|
||||
### Flame Graph
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue