added beta notice

This commit is contained in:
Torkel Ödegaard
2018-09-21 11:28:19 +02:00
parent c282f39121
commit 94ee39291f
2 changed files with 7 additions and 1 deletions
@@ -31,11 +31,16 @@
</div>
</div>
<div class="alert alert-info gf-form-group" ng-if="ctrl.datasourceMeta.state === 'alpha'">
<div class="grafana-info-box" ng-if="ctrl.datasourceMeta.state === 'alpha'">
This plugin is marked as being in alpha state, which means it is in early development phase and
updates will include breaking changes.
</div>
<div class="grafana-info-box" ng-if="ctrl.datasourceMeta.state === 'beta'">
This plugin is marked as being in a beta development state. This means it is in currently in active development and could be
missing important features.
</div>
<rebuild-on-change property="ctrl.datasourceMeta.id">
<plugin-component type="datasource-config-ctrl">
</plugin-component>
@@ -5,6 +5,7 @@
"metrics": true,
"alerting": true,
"annotations": false,
"state": "beta",
"queryOptions": {
"maxDataPoints": true,
"cacheTimeout": true