Implemented OTP Activities and OTP Revoke
This commit is contained in:
+2
-2
@@ -55,7 +55,7 @@ def menu_main(api: AirlockAPIWrapper):
|
||||
clear_screen()
|
||||
displayIntro()
|
||||
# Add Settings, and give option to change working dir
|
||||
print(colorText("1. ✅ - Move Device(s) to local approval", "yellow"))
|
||||
print(colorText("1. ✅ - Move Device(s) to local approval (Placeholder)", "yellow"))
|
||||
print(colorText("2. 🎫 - OTP", "yellow"))
|
||||
print(colorText("3. 🔄 - Move to Audit/Enforcement", "yellow"))
|
||||
print(colorText("4. 🔍 - Device Search", "yellow"))
|
||||
@@ -269,7 +269,7 @@ def menu_policymanagment(api: AirlockAPIWrapper):
|
||||
def menu_settings():
|
||||
while True:
|
||||
print(colorText("\n--- 🛠️ Settings Submenu 🛠️ ---", "cyan"))
|
||||
print(colorText("This Feature is still in development", "cyan"))
|
||||
print(colorText("This Feature is still in development, if you have ideas for options you would like to see, let us know.", "cyan"))
|
||||
# print(colorText("2. Sub-option B","cyan"))
|
||||
print(colorText("B. 🔙 - Back", "yellow"))
|
||||
choice = get_sanitized_input("Enter your choice: ")
|
||||
|
||||
Reference in New Issue
Block a user