ubicloud/views/layouts
Jeremy Evans 087a8405a4 Add Web Shell
Web shell allows access to the ubi command line program without
installing it. All features of ubi are available in the web shell,
except for the program execution features.

To avoid the need to create a personal access token to use the
web shell, the internal cli request sets clover.web_cli_session_id
in the request environment, and the internal request uses that
as the session id if that exists. So web cli requests are only
checked against the account's permissions, they are not checked
against a token's permissions. I think this approach is better
than forcing a user to create a personal access token to use the
web shell.

For ease of use, this uses the autofocus attribute, so add that as
a boolean attribute.
2025-08-23 05:16:59 +09:00
..
sidebar Add Web Shell 2025-08-23 05:16:59 +09:00
app.erb Remove "shortcut icon" link from layout 2025-07-17 00:44:29 +09:00
notifications.erb Add user name and account page link to topbar 2023-07-19 09:30:24 +03:00
topbar.erb Use Roda part plugin to simplify render calls with locals 2025-01-31 09:47:06 -08:00