Masafumi Yokoyama
null+****@clear*****
Sun Feb 28 00:15:53 JST 2016
Masafumi Yokoyama 2016-02-28 00:15:53 +0900 (Sun, 28 Feb 2016) New Revision: a791bc238132b717d7bbfe7830327885ec11b8bb https://github.com/groonga/grafana-datasource-plugin-groonga/commit/a791bc238132b717d7bbfe7830327885ec11b8bb Message: Disable unused drop-down list Modified files: partials/query.editor.html Modified: partials/query.editor.html (+2 -0) =================================================================== --- partials/query.editor.html 2016-02-27 23:53:55 +0900 (8f67061) +++ partials/query.editor.html 2016-02-28 00:15:53 +0900 (475fef0) @@ -6,6 +6,7 @@ </li> <li> <select class="tight-form-input input-medium" + ng-disabled="target.refId && target.refId !== 'A'" ng-model="table" ng-change="updateTable()"> <option ng-repeat="name in availableTables" @@ -20,6 +21,7 @@ </li> <li> <select class="tight-form-input input-medium" + ng-disabled="target.refId && target.refId !== 'A'" ng-model="column" ng-change="updateColumn()"> <option ng-repeat="name in availableColumns" -------------- next part -------------- HTML����������������������������...Download