mirror of
https://github.com/certd/certd.git
synced 2026-04-24 12:27:25 +08:00
perf: 流水线修改编辑之后,增加未保存提示
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user