Added Device List Query
This commit is contained in:
+8
-11
@@ -196,7 +196,7 @@ def displayIntro():
|
||||
def printEnforceChecklist(first_policy, second_policy, allowlist_child_name, allowlist_parent_name, destination_name):
|
||||
|
||||
print(colorText("\n --------------------------------------------------------------------", "cyan"))
|
||||
print(colorText(" -------------------- Prepare to Enforce Policy ---------------------", "cyan"))
|
||||
print(colorText(" ------------- 🛠️ 🔒 Prepare to Enforce Policy 🛠️ 🔒 ------------------", "cyan"))
|
||||
print(colorText(" --------------------------------------------------------------------", "cyan"))
|
||||
print(colorText("\nSequentually follow these steps to prepare a policy for enforcement:", "white"))
|
||||
|
||||
@@ -308,17 +308,14 @@ def printEnforceChecklist(first_policy, second_policy, allowlist_child_name, all
|
||||
|
||||
print(colorText("Q. Quit", "cyan"))
|
||||
|
||||
|
||||
|
||||
|
||||
def areYouSure():
|
||||
print(colorText(f"*******************************************************************************************************************************************","red"))
|
||||
print(colorText(f"*=========================================================================================================================================*","yellow"))
|
||||
print(colorText(f"*=========================================================================================================================================*","red"))
|
||||
print(colorText(f"*-------------This program will now begin to make changes to the Airlock Console. Do you understand and agree to proceed? ----------------*", "yellow"))
|
||||
print(colorText(f"*=========================================================================================================================================*","red"))
|
||||
print(colorText(f"*=========================================================================================================================================*","yellow"))
|
||||
print(colorText(f"*******************************************************************************************************************************************","red"))
|
||||
print(colorText(f"🛑*****************************************************************************************************************************************🛑","red"))
|
||||
print(colorText(f"⚠️=========================================================================================================================================⚠️","yellow"))
|
||||
print(colorText(f"🛑========================================================================================================================================🛑","red"))
|
||||
print(colorText(f"⚠️-------------This program will now begin to make changes to the Airlock Console. Do you understand and agree to proceed? ----------------⚠️", "yellow"))
|
||||
print(colorText(f"🛑=========================================================================================================================================🛑","red"))
|
||||
print(colorText(f"⚠️=========================================================================================================================================⚠️","yellow"))
|
||||
print(colorText(f"🛑******************************************************************************************************************************************🛑","red"))
|
||||
|
||||
def locked():
|
||||
|
||||
|
||||
Reference in New Issue
Block a user