mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
TimePicker: Style and responsive fixes, restored dashboard settings (#17822)
* TimePicker: Restore time picker settings * CleanUp: removed unuused angular-ui (calendar) components * Fix angular boot dependency list * TimePicker: set time to 23:59:00 when setting To time using calendar
This commit is contained in:
@@ -11,7 +11,6 @@ import 'react';
|
||||
import 'react-dom';
|
||||
|
||||
import 'vendor/bootstrap/bootstrap';
|
||||
import 'vendor/angular-ui/ui-bootstrap-tpls';
|
||||
import 'vendor/angular-other/angular-strap';
|
||||
|
||||
import $ from 'jquery';
|
||||
@@ -125,8 +124,6 @@ export class GrafanaApp {
|
||||
'ang-drag-drop',
|
||||
'grafana',
|
||||
'pasvaz.bindonce',
|
||||
'ui.bootstrap',
|
||||
'ui.bootstrap.tpls',
|
||||
'react',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user