-
Notifications
You must be signed in to change notification settings - Fork 39
Home
Welcome to ASF-ui wiki! If you are looking for ASF's wiki, click here.
Q: Pages keep refreshing after update
A: Please clear your cache.
-
Clicking on the "There's a new release available" notification will redirect you to the "Releases" page.
-
Clicking on the "New release available! Trying to update..." notification will redirect you to the "Log" page.
Clicking on each of the status tiles in the navigation bar will sort your bots view. If you, for example, only want to see bots that are online, click on the status tile "Online". A green glow will indicate that your view is being filtered.
-
CTRL + A
: moves the cursor to the start of the curent line. -
CTRL + K
: removes all characters after the cursor position to the end of the line. -
CTRL + L
: clears the entire terminal output.
-
clear
: clears the entire terminal output. -
commands
: lists all available commands. -
help <command>
: displays a short description of the command.
-
Single press on the Tab key autocompletes currently suggested command or command argument.
-
Double press on the Tab key writes "commands" in the input, if it's empty.
-
Clicking on the ">" symbol next to your command executes it.