UI Improvements

This commit is contained in:
2025-10-13 15:02:13 -04:00
parent 21370898a4
commit 864ae04db5
730 changed files with 10917 additions and 128 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ def findQuietAgents(api: AirlockAPIWrapper):
required_quiet = Selector.select_value(
prompt="Enter how many days without an untrusted execution before these are considered ready for enforcement? (1365): ",
value_type=int,
valid_range=(1, 365),
valid_range=(1, 150),
)
# Get execution history as a DataFrame