mirror of
https://github.com/grafana/grafana.git
synced 2025-02-20 11:48:34 -06:00
* ux: Make new tabs responsive #10082 * ux: Add possibility to manipulate url in angular router outside of angular - and use it in the responsive navigation #10082
14 lines
220 B
JavaScript
14 lines
220 B
JavaScript
define([
|
|
'./alert_srv',
|
|
'./util_srv',
|
|
'./context_srv',
|
|
'./timer',
|
|
'./analytics',
|
|
'./popover_srv',
|
|
'./segment_srv',
|
|
'./backend_srv',
|
|
'./dynamic_directive_srv',
|
|
'./global_event_srv'
|
|
],
|
|
function () {});
|