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 8fb2d82f70
)
This commit is contained in:
parent
8eceb63e11
commit
71181af8ed
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue