-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Milestone
Description
Allow for executing custom commands on instances using POST /1.0/instances/{name}/exec
Interactive should always be true. Keep the other keys (other than the command to execute) default.
- Add a button for command execution on the console page. The
InstanceExecshould be a component defined via deps/ararat-ui-web (make a PR to that submodule as well), and use similar context to that of the console. Add additional functions to the same class file as needed. - When this button is pressed, it should open a dialog. The dialog should ask for the command to execute.
- Once the command is submitted, the dialog will show an interactive Xterm (similar to how the console works)
If any logic between the existing text console component and this new InstanceExec component are shared, share them. We don't want duplicate logic.
Copilot
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In Progress