(cherry picked from commit 456b356f21)
Co-authored-by: Marcus Andersson <marcus.andersson@grafana.com>
This commit is contained in:
co-authored by
Marcus Andersson
parent
4c2822e5b7
commit
1d721107c3
@@ -118,7 +118,7 @@ export class QueryEditor extends PureComponent<Props, State> {
|
||||
Query
|
||||
</Button>
|
||||
{config.expressionsEnabled && (
|
||||
<Tooltip content="Experimental feature: queries could stop working in next version" placement="right">
|
||||
<Tooltip content="Beta feature: queries could stop working in next version" placement="right">
|
||||
<Button
|
||||
type="button"
|
||||
icon="plus"
|
||||
|
||||
@@ -344,7 +344,7 @@ export class QueryGroup extends PureComponent<Props, State> {
|
||||
</Button>
|
||||
)}
|
||||
{config.expressionsEnabled && this.isExpressionsSupported(dsSettings) && (
|
||||
<Tooltip content="Experimental feature: queries could stop working in next version" placement="right">
|
||||
<Tooltip content="Beta feature: queries could stop working in next version" placement="right">
|
||||
<Button
|
||||
icon="plus"
|
||||
onClick={this.onAddExpressionClick}
|
||||
|
||||
Reference in New Issue
Block a user