Added metrics blade link and fixed SelfServe bugs (#764)

* Added metrics blade link

* fixed lint error
This commit is contained in:
Srinath Narayanan
2021-05-10 17:36:50 -07:00
committed by GitHub
parent a81b1a40a3
commit 4c506da7b9
2 changed files with 3 additions and 5 deletions

View File

@@ -34,6 +34,7 @@ export enum BladeType {
CassandraKeys = "cassandraDbKeys",
GremlinKeys = "keys",
TableKeys = "tableKeys",
Metrics = "metrics",
}
export interface DecoratorProperties {