mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 08:00:55 +00:00
feat: MySQL backup supports custom parameters (#11575)
This commit is contained in:
@@ -67,6 +67,8 @@ export namespace Cronjob {
|
||||
alertMethodItems: Array<string>;
|
||||
|
||||
scopes: string[];
|
||||
args: string;
|
||||
argItems: Array<string>;
|
||||
}
|
||||
export interface Item {
|
||||
val: string;
|
||||
@@ -113,6 +115,7 @@ export namespace Cronjob {
|
||||
alertMethod: string;
|
||||
|
||||
scopes?: string[];
|
||||
args: string;
|
||||
}
|
||||
export interface CronjobTrans {
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user