mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
PluginState: Update comment
This commit is contained in:
parent
ba158e72df
commit
7ca66b2040
@ -6,7 +6,7 @@ import { LiveChannelSupport } from './live';
|
||||
export enum PluginState {
|
||||
alpha = 'alpha', // Only included if `enable_alpha` config option is true
|
||||
beta = 'beta', // Will show a warning banner
|
||||
stable = 'stable', // Will show a warning banner
|
||||
stable = 'stable', // Will not show anything
|
||||
deprecated = 'deprecated', // Will continue to work -- but not show up in the options to add
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user