added a screen for displaying the status of running workflows
This commit is contained in:
parent
f7c1c38ade
commit
f0bb16fb0b
5 changed files with 76 additions and 5 deletions
|
|
@ -1,6 +1,12 @@
|
|||
package WebGUI::i18n::English::Workflow;
|
||||
|
||||
our $I18N = {
|
||||
'show running workflows' => {
|
||||
message => q|Show running workflows.|,
|
||||
context => q|A label used to get to a display of running workflows.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'no object' => {
|
||||
message => q|No Object|,
|
||||
context => q|used when selecting an object type to be passed through a workflow|,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue