Plugins: add a deprecated state (#23496)

Co-authored-by: Dominik Prokop <dominik.prokop@grafana.com>
This commit is contained in:
Ryan McKinley
2020-04-10 11:30:36 +02:00
committed by GitHub
co-authored by Dominik Prokop
parent f458da4d7f
commit 32555fc769
4 changed files with 19 additions and 5 deletions
@@ -4,6 +4,7 @@ import { KeyValue } from './data';
export enum PluginState {
alpha = 'alpha', // Only included it `enable_alpha` is true
beta = 'beta', // Will show a warning banner
deprecated = 'deprecated', // Will continue to work -- but not show up in the the options to add
}
export enum PluginType {