diff options
author | Simo Sorce <simo@redhat.com> | 2015-02-22 17:12:13 -0500 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2015-02-24 16:58:25 +0100 |
commit | 76f93f4ed448ebdd0766c627eb63d5c11afb1205 (patch) | |
tree | 1054bd8bf4d084d7ee55dd746027536311670d20 /templates/master-admin.html | |
parent | 48541ed04194c8eaa194ba323b8baf0eb5f074ad (diff) | |
download | ipsilon.git-76f93f4ed448ebdd0766c627eb63d5c11afb1205.tar.gz ipsilon.git-76f93f4ed448ebdd0766c627eb63d5c11afb1205.tar.xz ipsilon.git-76f93f4ed448ebdd0766c627eb63d5c11afb1205.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>
Reviewed-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Diffstat (limited to 'templates/master-admin.html')
-rw-r--r-- | templates/master-admin.html | 2 |
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"> |