From 00f3cc0e8a72518995e48cdcd652da7ae137cc90 Mon Sep 17 00:00:00 2001 From: Prof Yaffle Date: Fri, 21 Nov 2014 09:25:33 +0000 Subject: [PATCH] WebUI: Enable animated rollup on idnode panels for UI consistency --- src/webui/static/app/idnode.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webui/static/app/idnode.js b/src/webui/static/app/idnode.js index fccbe5ce..38478674 100644 --- a/src/webui/static/app/idnode.js +++ b/src/webui/static/app/idnode.js @@ -677,6 +677,7 @@ tvheadend.idnode_editor_form = function(d, meta, panel, conf) autoWidth: true, collapsible: conf.nocollapse ? false : true, collapsed: conf.collapsed ? true : false, + animCollapse: true, items: conf.items }); }