mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-25 23:16:56 +00:00
Set toolTip for "Request Charge" and "Showing Results" metrics (#1212)
This commit is contained in:
parent
4728dc48d7
commit
b7f0548cca
@ -215,13 +215,13 @@ export default class QueryTabComponent extends React.Component<IQueryTabComponen
|
|||||||
{
|
{
|
||||||
metric: "Request Charge",
|
metric: "Request Charge",
|
||||||
value: this.state.requestChargeDisplayText,
|
value: this.state.requestChargeDisplayText,
|
||||||
toolTip: "",
|
toolTip: "Request Charge",
|
||||||
isQueryMetricsEnabled: true,
|
isQueryMetricsEnabled: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
metric: "Showing Results",
|
metric: "Showing Results",
|
||||||
value: this.state.showingDocumentsDisplayText,
|
value: this.state.showingDocumentsDisplayText,
|
||||||
toolTip: "",
|
toolTip: "Showing Results",
|
||||||
isQueryMetricsEnabled: true,
|
isQueryMetricsEnabled: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user