mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-01-19 00:09:16 +08:00
style: Increase the height of the script input box (#7396)
This commit is contained in:
parent
6cf3f158c7
commit
35e7b11709
@ -212,7 +212,7 @@
|
||||
:indent-with-tab="true"
|
||||
:tabSize="4"
|
||||
:lineWrapping="true"
|
||||
style="width: 100%; margin-top: 5px"
|
||||
style="width: 100%; margin-top: 5px; height: 100px"
|
||||
theme="cobalt"
|
||||
:styleActiveLine="true"
|
||||
:matchBrackets="true"
|
||||
|
@ -643,15 +643,9 @@ function load18n(label: string) {
|
||||
return i18n.global.t('clean.containerShell');
|
||||
case 'curl':
|
||||
case 'shell':
|
||||
case 'app':
|
||||
case 'website':
|
||||
case 'database':
|
||||
case 'directory':
|
||||
case 'log':
|
||||
case 'cutWebsiteLog':
|
||||
case 'clean':
|
||||
case 'snapshot':
|
||||
case 'ntp':
|
||||
return i18n.global.t('cronjob.' + label);
|
||||
case 'container_images':
|
||||
return i18n.global.t('clean.images');
|
||||
|
Loading…
x
Reference in New Issue
Block a user