feat: 防火墙增加重启按钮 (#3364)

Refs #3345
This commit is contained in:
ssongliu
2023-12-18 11:42:13 +08:00
committed by GitHub
parent 0a4e48c057
commit cbe1e9b4e1
8 changed files with 15 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
// Package docs GENERATED BY SWAG; DO NOT EDIT
// This file was generated by swaggo/swag
// Code generated by swaggo/swag. DO NOT EDIT.
package docs
import "github.com/swaggo/swag"
@@ -15076,6 +15076,7 @@ const docTemplate = `{
"enum": [
"start",
"stop",
"restart",
"disablePing",
"enablePing"
]

View File

@@ -15069,6 +15069,7 @@
"enum": [
"start",
"stop",
"restart",
"disablePing",
"enablePing"
]

View File

@@ -1132,6 +1132,7 @@ definitions:
enum:
- start
- stop
- restart
- disablePing
- enablePing
type: string