Feat: Linking to plugin details page rather than externally for new datasources (#63499)

Changed links to help enterprise users install plugins directly via internal grafana catalog instead of linking out to grafana.com
This commit is contained in:
Timur Olzhabayev
2023-03-02 17:08:40 +01:00
committed by GitHub
parent 9e1ea8c990
commit 0b2dfaa710
3 changed files with 6 additions and 4 deletions

View File

@@ -123,6 +123,7 @@ export interface PluginInclude {
interface PluginMetaInfoLink {
name: string;
url: string;
target?: '_blank' | '_self' | '_parent' | '_top';
}
export interface PluginBuildInfo {