Users/srnara/mongo index (#229)

* added placeholder

* Added check box

* Added tolltip width constant

* Add telemetry

* formatting error

* formatting error

* support only for mongo v 3.6 accounts

* resolved comment
This commit is contained in:
Srinath Narayanan
2020-09-28 01:36:10 -07:00
committed by GitHub
parent 70c7d84bdb
commit 4b0b63b56b
9 changed files with 62 additions and 56 deletions

View File

@@ -1565,6 +1565,10 @@ p {
min-width: @tooltipTextWidth;
}
.mongoWildcardIndexTooltipWidth {
min-width: @mongoWildcardIndexTooltipWidth;
}
.sharedCollectionThroughputTooltipWidth {
min-width: @sharedCollectionThroughputTooltipTextWidth;
}