mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
console/frontend: add a selector for dimensions
This commit is contained in:
@@ -513,3 +513,7 @@ func (c *Component) graphHandlerFunc(gc *gin.Context) {
|
||||
|
||||
gc.JSON(http.StatusOK, output)
|
||||
}
|
||||
|
||||
func (c *Component) graphFieldsHandlerFunc(gc *gin.Context) {
|
||||
gc.JSON(http.StatusOK, graphColumnMap.Values())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user