migrated a few of the run hourly scripts
fixed a cron bug
This commit is contained in:
parent
a50a190642
commit
e04a1b6fca
25 changed files with 766 additions and 256 deletions
|
|
@ -0,0 +1,24 @@
|
|||
package WebGUI::i18n::English::Workflow_Activity_CleanLoginHistory;
|
||||
|
||||
our $I18N = {
|
||||
'age to delete help' => {
|
||||
message => q|After what period of time is it ok to start deleteing entries from the user login history?|,
|
||||
context => q|the hover help for the age to delete field|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'age to delete' => {
|
||||
message => q|Age To Delete|,
|
||||
context => q|a label how old we should allow the login history to get|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
'topicName' => {
|
||||
message => q|Clean Login History|,
|
||||
context => q|The name of this workflow activity.|,
|
||||
lastUpdated => 0,
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue