mirror of
https://github.com/grafana/grafana.git
synced 2026-07-30 00:08:10 -05:00
Bug: Fix broken ui components when angular is disabled (#78208)
fix(frontend): move bootstrap import to app so disabling angular doesnt break ui
This commit is contained in:
@@ -2,7 +2,6 @@ import 'angular';
|
||||
import 'angular-route';
|
||||
import 'angular-sanitize';
|
||||
import 'angular-bindonce';
|
||||
import 'vendor/bootstrap/bootstrap';
|
||||
|
||||
import angular from 'angular'; // eslint-disable-line no-duplicate-imports
|
||||
import { extend } from 'lodash';
|
||||
|
||||
@@ -5,6 +5,7 @@ import 'regenerator-runtime/runtime';
|
||||
import 'whatwg-fetch'; // fetch polyfill needed for PhantomJs rendering
|
||||
import 'file-saver';
|
||||
import 'jquery';
|
||||
import 'vendor/bootstrap/bootstrap';
|
||||
|
||||
import 'app/features/all';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user