-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UI - Initiators, Deployments, Processes, Logs (#167)
* Move css to separate file, implement hide LINE: * Add statefulness for filters * Start adding copy buttons * Handle hide log lines toggle * Add rest of copy buttons * Fix js thinking strs were images * Add delay to click * Move status filtering to datatables, add css file * Update how data is loaded (use dt.rows.add()) * Add ability to suspend/resume proc defs * Fix infinite rapid update on deployments page * Fix null in procInstId & proc start columns * Add ability to cancel running process * Fix logs erroring * Fix error w/ output vars on process page, inits * Update proc page to display type except for str * Sped-up initiators enable-all * Enable all reflect status of all initiators * Fix interaction w/ procdef-level stats * Add param to detect if we can used cached qstr * Add delay to open all in new tab * Remove autocomplete for process instances (slow)
- Loading branch information
Showing
15 changed files
with
1,287 additions
and
600 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.