From aa55a18ed813859f2a08f6dcff9310dd4d4c1842 Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Tue, 28 Oct 2025 16:26:18 +0800 Subject: [PATCH] feat: Fix highlighting issues in the ssh config editor. (#10794) Refs https://github.com/1Panel-dev/1Panel/issues/6496 --- frontend/src/views/host/ssh/ssh/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/views/host/ssh/ssh/index.vue b/frontend/src/views/host/ssh/ssh/index.vue index 2e4a725b1..8ec15d224 100644 --- a/frontend/src/views/host/ssh/ssh/index.vue +++ b/frontend/src/views/host/ssh/ssh/index.vue @@ -118,6 +118,7 @@ :minHeight="350" class="mt-5" v-model="sshConf" + mode="nginx" placeholder="# The SSH configuration file does not exist or is empty (/etc/ssh/sshd_config)" >