feat(ops): allow hiding alert events

This commit is contained in:
Peter
2026-03-13 17:18:04 +08:00
parent af9c4a7dd0
commit 29b0e4a8a5
8 changed files with 73 additions and 2 deletions

View File

@@ -99,6 +99,7 @@ type OpsAdvancedSettings struct {
IgnoreNoAvailableAccounts bool `json:"ignore_no_available_accounts"`
IgnoreInvalidApiKeyErrors bool `json:"ignore_invalid_api_key_errors"`
DisplayOpenAITokenStats bool `json:"display_openai_token_stats"`
DisplayAlertEvents bool `json:"display_alert_events"`
AutoRefreshEnabled bool `json:"auto_refresh_enabled"`
AutoRefreshIntervalSec int `json:"auto_refresh_interval_seconds"`
}