perf: 流水线修改编辑之后,增加未保存提示

This commit is contained in:
xiaojunnuo
2026-04-11 23:41:20 +08:00
parent d05129ec67
commit 21620ac6bd
3 changed files with 18 additions and 4 deletions
@@ -63,18 +63,18 @@ export class OnePanelDeployToPanelPlugin extends AbstractTaskPlugin {
helper: "SSL模式,只有2.1.x以上版本才支持,旧版本保持默认即可",
component: {
name: "a-select",
vMode: "value",
options: [
{ label: "启用SSL(旧版本)", value: "enable" },
{ label: "Strict模式(>=2.1.x)", value: "Enable" },
{ label: "Mux模式(>=2.1.x)", value: "Mux" }
],
value: "enable",
},
value: "enable",
required: true,
})
sslMode!: string;
access: OnePanelAccess;
async onInstance() {
this.access = await this.getAccess(this.accessId);