Merge pull request #5255 from selanf/x03
This commit is contained in:
commit
451a8fdcee
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ return view.extend({
|
||||||
return E([
|
return E([
|
||||||
E('h2', _('Scheduled Tasks')),
|
E('h2', _('Scheduled Tasks')),
|
||||||
E('p', { 'class': 'cbi-section-descr' }, _('This is the system crontab in which scheduled tasks can be defined.')),
|
E('p', { 'class': 'cbi-section-descr' }, _('This is the system crontab in which scheduled tasks can be defined.')),
|
||||||
E('p', {}, E('textarea', { 'style': 'width:100%', 'rows': 10, 'disabled': isReadonlyView }, [ crontab != null ? crontab : '' ]))
|
E('p', {}, E('textarea', { 'style': 'width:100%', 'rows': 25, 'disabled': isReadonlyView }, [ crontab != null ? crontab : '' ]))
|
||||||
]);
|
]);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue