st2web
st2web copied to clipboard
StackStorm Web UI
Moved from https://github.com/StackStorm/st2/issues/5145
In `$BASE_URL/#/triggers/$TRIGGER_NAME/instances`, we can add a button to re-emit the trigger-instance, same functionality as `st2 trigger-instance re-emit $TRIGGER_INSTANCE_ID`
# Steps to produce error 1. open actions tab 2. select `core.local` action 3. fill in `cmd` field with `date` 4. fill in `timeout` field with `d` 5. delete `d`...
## Problem When trying to modify the timeout on the core.http Action configuration page, as soon as you enter in a value into the timeout text field the UI breaks....
Part of the removal of Ubuntu Trusty. * [ ] Still need to update the `bootstrap.sh` script
Some buttons (eg Login, Run Action) in the current st2web allow for clicking them again sending duplicate requests which might not be desired. If the response time is high, this...
## SUMMARY the filter function on the history page does not do anything ### STACKSTORM VERSION st2 3.6.0, on Python 3.6.8 ##### OS, environment, install method Centos 8 / ansible-st2...
WebUI doesn’t have an efficient way to filter past executions for a specific time frame. When we have hundreds of executions everyday, using the "Older" button to find out a...