Masafumi Yokoyama
null+****@clear*****
Sat Feb 27 23:53:55 JST 2016
Masafumi Yokoyama 2016-02-27 23:53:55 +0900 (Sat, 27 Feb 2016) New Revision: 25a57919161acd67556578ab8821537b305e23ff https://github.com/groonga/grafana-datasource-plugin-groonga/commit/25a57919161acd67556578ab8821537b305e23ff Message: Support to remove data query Modified files: partials/query.editor.html Modified: partials/query.editor.html (+6 -0) =================================================================== --- partials/query.editor.html 2016-02-27 20:19:21 +0900 (039a8be) +++ partials/query.editor.html 2016-02-27 23:53:55 +0900 (8f67061) @@ -28,6 +28,12 @@ </option> </select> </li> + <li class="tight-form-item last"> + <a class="pointer" + ng-click="removeDataQuery(target)"> + <i class="fa fa-remove"></i> + </a> + </li> </ul> <div class="clearfix"></div> </div> -------------- next part -------------- HTML����������������������������...Download