UI Tweaks + Config Addition of TELEMETRY and TELEM_URL fields
This commit is contained in:
+3
-3
@@ -114,12 +114,12 @@ class MainMenuScreen(Screen):
|
||||
"🖥️ - Find, Move, or Generate OTP for Agents",
|
||||
"move_agent_workflow_button",
|
||||
),
|
||||
("📊 - OTP Activities By Agent", "otp_activities_button"),
|
||||
("🔇 - Find Quiet Hosts", "find_quiet_button"),
|
||||
],
|
||||
"policy": [
|
||||
("🔒 - Prepare Policy For Enforcement", "policy_prep_button"),
|
||||
("🔄 - Update Audit Policies", "policy_audit_update_button"),
|
||||
("📊 - OTP Activities By Agent", "otp_activities_button"),
|
||||
("❌ - Revoke OTPs", "otp_revoke_button"),
|
||||
],
|
||||
}
|
||||
@@ -383,7 +383,7 @@ class Loxide(App[Message]):
|
||||
"""
|
||||
BINDINGS = [
|
||||
("q", "quit", "Quit"),
|
||||
("d", "open_dir", "Open Directory"),
|
||||
("f", "open_fe", "Launch Explorer"),
|
||||
]
|
||||
|
||||
def __init__(self, api: AirlockAPIWrapper):
|
||||
@@ -430,7 +430,7 @@ class Loxide(App[Message]):
|
||||
_PENDING_JOB = None
|
||||
self.exit()
|
||||
|
||||
def action_open_dir(self) -> None:
|
||||
def action_open_fe(self) -> None:
|
||||
"""Open the working directory in the OS file manager (footer binding)."""
|
||||
path_to_open = self.working_dir or os.getcwd()
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user