d96634b5ae
This is the initial check in of the dashboard UI. Change-Id: I5621896191f3664ed504b38e7cdc405c422c76fd
4 lines
381 B
JavaScript
4 lines
381 B
JavaScript
/*! grafana - v1.6.1 - 2014-09-02
|
|
* Copyright (c) 2014 Torkel Ödegaard; Licensed Apache License */
|
|
|
|
define([],function(){describe("graphiteTargetCtrl",function(){var a;beforeEach(module("kibana.services")),beforeEach(module(function(a){a.value("filterSrv",{})})),beforeEach(inject(function(b,c){a=b({$scope:c.$new()})})),describe("init",function(){beforeEach(function(){})})})}); |