mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
DashboardScene: First step to loading the current dashboard model and rendering it as a scene (#57012)
* Initial dashboard loading start * loading dashboard works and shows something * loading dashboard works and shows something * Minor tweaks * Add starred dashboards to scene list page * Use new SceneGridLayout * Allow switching directly from dashboard to a scene * Migrate basic dashboard rows to scene based dashboard * Review nit Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
This commit is contained in:
@@ -32,7 +32,7 @@ export class DashboardLoaderSrv {
|
||||
};
|
||||
}
|
||||
|
||||
loadDashboard(type: UrlQueryValue, slug: any, uid: any) {
|
||||
loadDashboard(type: UrlQueryValue, slug: any, uid: any): Promise<DashboardDTO> {
|
||||
let promise;
|
||||
|
||||
if (type === 'script') {
|
||||
|
||||
Reference in New Issue
Block a user