From ae3567847c06a54e02d06df7c3eadb2e2e193cd9 Mon Sep 17 00:00:00 2001 From: Dobin Rutishauser Date: Tue, 18 Jun 2024 16:05:37 +0200 Subject: [PATCH] feature: guardrail data --- app/templates/project.html | 14 ++++++++++++++ app/views_project.py | 2 ++ data/source/guardrails/env.c | 2 +- model/settings.py | 1 + phases/templater.py | 3 +++ 5 files changed, 21 insertions(+), 1 deletion(-) diff --git a/app/templates/project.html b/app/templates/project.html index fc0d4c6..755cca4 100644 --- a/app/templates/project.html +++ b/app/templates/project.html @@ -239,6 +239,20 @@ + {% if project.settings.plugin_guardrail != "none" %} +
+ +
+ +
+
+ {% endif %} +