Skip to content

Commit

Permalink
added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
erwindon committed Apr 27, 2024
1 parent eb1abb6 commit e492328
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ such as `yubico_client`, or execution modules such as `boto3_sns`.
- View internal documentation for any salt command
- View external documentation for any salt command
- View minions organized by node-group
- View details optionally in a separate windows
- Define your own custom documentation for commands
- Match list of minions against reference list
- Match status of minions against reference list
Expand Down Expand Up @@ -116,6 +117,16 @@ This is because the salt-api can only read the file after login.
See the [EAUTH documentation](https://docs.saltstack.com/en/latest/topics/eauth/index.html) and the [Salt auth source code](https://github.com/saltstack/salt/tree/master/salt/auth) for more information.


## Browser tabs
SaltGUI is a single page web-application.
In cases where you would zoom in on details, it is possible to open a new browser tab with the requested details.
Use CTRL-click to open the page in a new tab.
Use ALT-click to open the page in a new tab and also make that the current tab.
This works for clicks on table-rows and for clicks on popup-menu items.
These functions are a bit browser-dependent, but all major browsers seem to follow this behavior.
When a new tab is opened by SaltGUI, it does not contain a menu bar, secondary panels or a close-button inside the page.


## Command Box
SaltGUI supports entry of commands using the "command-box". Click on `>_` in the top right corner to open it.

Expand Down

0 comments on commit e492328

Please sign in to comment.