-
+ {isExternallyManaged ? (
+
+ {'Install via grafana.com'}
+
+ ) : (
+
+ )}
{!hasPermission && You need admin privileges to install this plugin.
}
);
};
+function getExternalManageLink(plugin: Plugin): string {
+ return `https://grafana.com/grafana/plugins/${plugin.slug}`;
+}
+
export const getStyles = (theme: GrafanaTheme2) => {
return {
message: css`