mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2025-12-19 05:49:02 +08:00
feat: Fix highlighting issues in the ssh config editor. (#10794)
Refs https://github.com/1Panel-dev/1Panel/issues/6496
This commit is contained in:
parent
6c74c64b29
commit
aa55a18ed8
1 changed files with 1 additions and 0 deletions
|
|
@ -118,6 +118,7 @@
|
||||||
:minHeight="350"
|
:minHeight="350"
|
||||||
class="mt-5"
|
class="mt-5"
|
||||||
v-model="sshConf"
|
v-model="sshConf"
|
||||||
|
mode="nginx"
|
||||||
placeholder="# The SSH configuration file does not exist or is empty (/etc/ssh/sshd_config)"
|
placeholder="# The SSH configuration file does not exist or is empty (/etc/ssh/sshd_config)"
|
||||||
></CodemirrorPro>
|
></CodemirrorPro>
|
||||||
<el-button :disabled="loading" type="primary" @click="onSaveFile" class="mt-2.5">
|
<el-button :disabled="loading" type="primary" @click="onSaveFile" class="mt-2.5">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue