From f6f6bc8338006c925a6dacab19650b3ef3670eb7 Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Tue, 26 Apr 2016 22:53:53 +0300 Subject: [PATCH] Query options moved to separate section with show/hide function. --- .../partials/query.editor.html | 47 +++++++++++++------ src/datasource-zabbix/query.controller.js | 38 +++++++++++++-- 2 files changed, 67 insertions(+), 18 deletions(-) diff --git a/src/datasource-zabbix/partials/query.editor.html b/src/datasource-zabbix/partials/query.editor.html index 50342cd..ab0376f 100644 --- a/src/datasource-zabbix/partials/query.editor.html +++ b/src/datasource-zabbix/partials/query.editor.html @@ -114,13 +114,6 @@ 'zbx-regex': ctrl.isRegex(ctrl.target.host.filter) }"> -
  • - Show disabled items  - - -
  • @@ -160,25 +153,49 @@ 'zbx-regex': ctrl.isRegex(ctrl.target.item.filter) }"> -
  • Options
  • -
  • - - -
  • -
  • + + + + {{ctrl.queryOptionsText}} +
  • -
    +
    + +
    +
    +
    +
      +
    • + Show disabled items +
    • +
    • + + +
    • +
    +
    +
    +
    +
    +