mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-17 22:28:38 -05:00
Prompt bug cleanup. Filter workflow_approval jobs out of jobs list. Add initial support for timeout.
This commit is contained in:
@@ -148,7 +148,8 @@ function TemplatesStrings (BaseString) {
|
||||
EXIT: t.s('EXIT'),
|
||||
CANCEL: t.s('CANCEL'),
|
||||
SAVE_AND_EXIT: t.s('SAVE & EXIT'),
|
||||
APPROVAL: t.s('Approval')
|
||||
APPROVAL: t.s('Approval'),
|
||||
TIMEOUT_POPOVER: t.s('The amount of time (in seconds) to wait before this approval step is automatically denied. Defaults to 0 for no timeout.')
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user