Masafumi Yokoyama
null+****@clear*****
Sun Feb 7 00:34:53 JST 2016
Masafumi Yokoyama 2016-02-07 00:34:53 +0900 (Sun, 07 Feb 2016) New Revision: cff52e7bec4fe33ca0daa3c06347e31697a42fe1 https://github.com/groonga/grafana-datasource-plugin-groonga/commit/cff52e7bec4fe33ca0daa3c06347e31697a42fe1 Message: Add HTTP configuration form Added files: partials/config.html Modified files: plugin.json Added: partials/config.html (+1 -0) 100644 =================================================================== --- /dev/null +++ partials/config.html 2016-02-07 00:34:53 +0900 (384edea) @@ -0,0 +1 @@ +<div ng-include="httpConfigPartialSrc"></div> Modified: plugin.json (+5 -1) =================================================================== --- plugin.json 2016-02-06 22:32:09 +0900 (12fabe3) +++ plugin.json 2016-02-07 00:34:53 +0900 (fd1f015) @@ -6,5 +6,9 @@ "serviceName": "GroongaDatasource", "module": "app/plugins/datasource/groonga/datasource", - "metrics": true + "metrics": true, + + "partials": { + "config": "app/plugins/datasource/groonga/partials/config.html" + } } -------------- next part -------------- HTML����������������������������...Download