system: more text lines for crontab
10 lines are very few and there is much unused space Signed-off-by: Fritz D. Ansel <fdansel@yandex.ru> (cherry picked from commit 8fb2d82f703743d3432fc26f5d2cb14895bf57f7)
This commit is contained in:
parent
8eceb63e11
commit
71181af8ed
@ -27,7 +27,7 @@ return view.extend({
|
||||
return E([
|
||||
E('h2', _('Scheduled Tasks')),
|
||||
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…
x
Reference in New Issue
Block a user