Persist configurable connectivity diagnostics
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export type OperationKey = 'connection' | 'serverApply' | 'profileAdd' | 'profileRename'
|
||||
| 'profileSelect' | 'profileActivate' | 'profileRefresh' | 'profileDelete'
|
||||
| 'gatewayAuto' | 'routeRules';
|
||||
| 'gatewayAuto' | 'routeRules' | 'diagnosticsSettings';
|
||||
|
||||
export interface OperationState {
|
||||
status: 'running';
|
||||
@@ -21,6 +21,7 @@ const OPERATION_KEYS: readonly OperationKey[] = [
|
||||
'profileDelete',
|
||||
'gatewayAuto',
|
||||
'routeRules',
|
||||
'diagnosticsSettings',
|
||||
];
|
||||
|
||||
// The backend has one canonical revision and one mutation queue, so the UI mirrors that lock.
|
||||
|
||||
Reference in New Issue
Block a user