Restricted Allowlist listing to show only those allowlists applied to the selected policy

This commit is contained in:
2025-10-06 17:22:41 -04:00
parent 89db386ffe
commit bec051b240
7 changed files with 21 additions and 10 deletions
+1 -1
View File
@@ -27,8 +27,8 @@ from bson import ObjectId
from models.policy import Policy
from services.API import AirlockAPIWrapper
from utils.utils import colorText, load_env, load_env_json
from services.setup import get_base_directory
from utils.utils import colorText, load_env_json
logger = logging.getLogger(__name__)