mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Plugins: added missing prop to type
This commit is contained in:
@@ -24,6 +24,7 @@ export interface Plugin extends PluginMeta {
|
|||||||
hasUpdate: boolean;
|
hasUpdate: boolean;
|
||||||
latestVersion: string;
|
latestVersion: string;
|
||||||
pinned: boolean;
|
pinned: boolean;
|
||||||
|
icon?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface PluginDashboard {
|
export interface PluginDashboard {
|
||||||
|
|||||||
Reference in New Issue
Block a user