mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-07-07 21:41:49 -07:00
Initial parameters handling (total users / total blocked). Frontend part. TODO: backend part
This commit is contained in:
parent
d1cf8bdd97
commit
d9c7dba5f1
7 changed files with 46 additions and 31 deletions
|
@ -366,7 +366,7 @@ App.HTML.Build.cron_form = function(options, id)
|
|||
}
|
||||
var tpl = App.Templates.get('FORM', 'cron');
|
||||
tpl.set(':source', options);
|
||||
|
||||
tpl.set(':id', id || '');
|
||||
options = App.Helpers.evalJSON(options) || {};
|
||||
if (App.Helpers.isEmpty(options)) {
|
||||
tpl.set(':title', 'New cron entry');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue