Masafumi Yokoyama
null+****@clear*****
Sun Feb 7 00:50:19 JST 2016
Masafumi Yokoyama 2016-02-07 00:50:19 +0900 (Sun, 07 Feb 2016) New Revision: 406ce2444bf252415c411291eb3204e557692169 https://github.com/groonga/grafana-datasource-plugin-groonga/commit/406ce2444bf252415c411291eb3204e557692169 Message: Add datasource.js to confirm "Test Connection" Added files: datasource.js Added: datasource.js (+17 -0) 100644 =================================================================== --- /dev/null +++ datasource.js 2016-02-07 00:50:19 +0900 (3a3571e) @@ -0,0 +1,17 @@ +define([ + 'angular' +], +function (angular) { + 'use strict'; + + alert('xxx'); + var module = angular.module('grafana.services'); + + module.factory('GroongaDatasource', function($timeout) { + function GroongaDatasource() { + } + + return GroongaDatasource; + }); + +}); -------------- next part -------------- HTML����������������������������...Download