We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676cc29 commit 0e6ca19Copy full SHA for 0e6ca19
supervisor/resolution/const.py
@@ -103,7 +103,6 @@ class IssueType(StrEnum):
103
PWNED = "pwned"
104
REBOOT_REQUIRED = "reboot_required"
105
SECURITY = "security"
106
- TRUST = "trust"
107
UPDATE_FAILED = "update_failed"
108
UPDATE_ROLLBACK = "update_rollback"
109
@@ -115,7 +114,6 @@ class SuggestionType(StrEnum):
115
114
CLEAR_FULL_BACKUP = "clear_full_backup"
116
CREATE_FULL_BACKUP = "create_full_backup"
117
DISABLE_BOOT = "disable_boot"
118
- EXECUTE_INTEGRITY = "execute_integrity"
119
EXECUTE_REBOOT = "execute_reboot"
120
EXECUTE_REBUILD = "execute_rebuild"
121
EXECUTE_RELOAD = "execute_reload"
0 commit comments