mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-12 06:24:10 +01:00
console: dynamically fetch available 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