forked from Wavyzz/dolibarr
Fix pagination on cron jobs
Fix perf when too much lines
This commit is contained in:
@@ -18,8 +18,9 @@ CronExplainHowToRunUnix=On Unix environment you should use the following crontab
|
||||
CronExplainHowToRunWin=On Microsoft(tm) Windows environement you can use Scheduled task tools to run the command line each 5 minutes
|
||||
# Menu
|
||||
CronJobs=Scheduled jobs
|
||||
CronListActive=List of active/scheduled jobs
|
||||
CronListActive=List of enabled/scheduled jobs
|
||||
CronListInactive=List of disabled jobs
|
||||
EnabledAndDisabled=Enabled and disabled
|
||||
# Page list
|
||||
CronDateLastRun=Last run
|
||||
CronLastOutput=Last run output
|
||||
@@ -51,6 +52,7 @@ CronNoJobs=No jobs registered
|
||||
CronPriority=Priority
|
||||
CronLabel=Description
|
||||
CronNbRun=Nb. launch
|
||||
CronMaxRun=Max nb. launch
|
||||
CronEach=Every
|
||||
JobFinished=Job launched and finished
|
||||
#Page card
|
||||
|
||||
Reference in New Issue
Block a user