mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Plugins: show a clear error on the plugin page when it failed to load (#18733)
This commit is contained in:
@@ -124,6 +124,9 @@ export class GrafanaPlugin<T extends PluginMeta = PluginMeta> {
|
||||
// Meta is filled in by the plugin loading system
|
||||
meta?: T;
|
||||
|
||||
// This is set if the plugin system had errors loading the plugin
|
||||
loadError?: boolean;
|
||||
|
||||
// Config control (app/datasource)
|
||||
angularConfigCtrl?: any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user