summaryrefslogtreecommitdiffstats
path: root/templates/master-admin.html
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2015-02-22 17:12:13 -0500
committerSimo Sorce <simo@redhat.com>2015-02-24 10:24:44 -0500
commitc9ae3a56a2b88b757fe10643adf11fff4c901c8c (patch)
treed975be7a4700f710d11f100bbfeb73729e331b1d /templates/master-admin.html
parent8caec93106103fd604c4f70530f119a5be04c9ca (diff)
downloadipsilon-c9ae3a56a2b88b757fe10643adf11fff4c901c8c.tar.gz
ipsilon-c9ae3a56a2b88b757fe10643adf11fff4c901c8c.tar.xz
ipsilon-c9ae3a56a2b88b757fe10643adf11fff4c901c8c.zip
Add dynamic list to plugin_config forms
This little javascript allows us to dyamically add form fields in the ComplexList and MappingList tables. Makes it much easier to add elements to these lists. Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'templates/master-admin.html')
-rw-r--r--templates/master-admin.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/master-admin.html b/templates/master-admin.html
index c058360..e838111 100644
--- a/templates/master-admin.html
+++ b/templates/master-admin.html
@@ -19,6 +19,8 @@
$( document ).tooltip();
</script>
{% endif %}
+ {% block scripts %}
+ {% endblock %}
</head>
<body>
<nav class="navbar navbar-default navbar-pf" role="navigation">