mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Expressions: updating copy from experimental to beta. (#35149)
This commit is contained in:
@@ -118,7 +118,7 @@ export class QueryEditor extends PureComponent<Props, State> {
|
|||||||
Query
|
Query
|
||||||
</Button>
|
</Button>
|
||||||
{config.expressionsEnabled && (
|
{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
|
<Button
|
||||||
type="button"
|
type="button"
|
||||||
icon="plus"
|
icon="plus"
|
||||||
|
|||||||
@@ -344,7 +344,7 @@ export class QueryGroup extends PureComponent<Props, State> {
|
|||||||
</Button>
|
</Button>
|
||||||
)}
|
)}
|
||||||
{config.expressionsEnabled && this.isExpressionsSupported(dsSettings) && (
|
{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
|
<Button
|
||||||
icon="plus"
|
icon="plus"
|
||||||
onClick={this.onAddExpressionClick}
|
onClick={this.onAddExpressionClick}
|
||||||
|
|||||||
Reference in New Issue
Block a user