From ef5da8534606296585051a4af7c6c4cb18d63695 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sat, 5 Oct 2013 06:03:44 +0200 Subject: [PATCH] resources_selected: remove tfoot, and disable non-implemented buttons --- .../static/js/resources_selected.js | 1 + .../templates/resources_selected.html | 15 ++++++++------- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/plugins/resources_selected/static/js/resources_selected.js b/plugins/resources_selected/static/js/resources_selected.js index a7842888..669bfca4 100644 --- a/plugins/resources_selected/static/js/resources_selected.js +++ b/plugins/resources_selected/static/js/resources_selected.js @@ -68,6 +68,7 @@ manifold.raise_event(self.options.query_uuid, RUN_UPDATE); }, + // related buttons are also disabled in the html template do_refresh: function(e) { throw 'resource_selected.do_refresh Not implemented'; diff --git a/plugins/resources_selected/templates/resources_selected.html b/plugins/resources_selected/templates/resources_selected.html index 22115d7a..01e2a034 100644 --- a/plugins/resources_selected/templates/resources_selected.html +++ b/plugins/resources_selected/templates/resources_selected.html @@ -1,15 +1,16 @@
- + - - - +
action key value status
action key value status
action key value status
+ - - - + + + -- 2.43.0