2014-11-11 06:38:27 -06:00
|
|
|
define([
|
2015-05-05 12:56:49 -05:00
|
|
|
'./panellinks/module',
|
|
|
|
'./dashlinks/module',
|
2016-01-14 05:35:31 -06:00
|
|
|
'./annotations/annotations_srv',
|
2014-12-31 02:34:54 -06:00
|
|
|
'./templating/templateSrv',
|
2014-12-31 04:05:19 -06:00
|
|
|
'./dashboard/all',
|
2015-12-22 04:07:15 -06:00
|
|
|
'./playlist/all',
|
2016-01-19 07:02:22 -06:00
|
|
|
'./snapshot/all',
|
2015-02-02 14:59:04 -06:00
|
|
|
'./panel/all',
|
2015-01-19 11:57:25 -06:00
|
|
|
'./profile/profileCtrl',
|
2015-02-19 09:09:49 -06:00
|
|
|
'./profile/changePasswordCtrl',
|
2015-08-31 02:37:14 -05:00
|
|
|
'./profile/selectOrgCtrl',
|
2014-11-11 06:38:27 -06:00
|
|
|
], function () {});
|