From 60f3e449b99ec9278373230eca2f1bb659589d79 Mon Sep 17 00:00:00 2001 From: vivek kumar Date: Mon, 19 Aug 2019 23:59:56 +0530 Subject: [PATCH] feat(spasht): updated advance search feature Signed-off-by: vivek kumar --- .../agent_spasht_advanceSearch_form.html.twig | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 src/spasht/ui/template/agent_spasht_advanceSearch_form.html.twig diff --git a/src/spasht/ui/template/agent_spasht_advanceSearch_form.html.twig b/src/spasht/ui/template/agent_spasht_advanceSearch_form.html.twig new file mode 100644 index 0000000000..249c46ea8b --- /dev/null +++ b/src/spasht/ui/template/agent_spasht_advanceSearch_form.html.twig @@ -0,0 +1,60 @@ +
+ + + + + + + + + + + + + + + + + + + + + + + + +
Name: + +
namespace: + + + {% for key in body_namespace %} + +
revision: + + + {% for key in body_revision %} + +
type: + + + {% for key in body_type %} + +
provider: + + + {% for key in body_provider %} + +
+ +
+ +
\ No newline at end of file