mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -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:
@@ -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