Move table information pane into sidebar

This commit is contained in:
Dan Sosedoff
2014-10-26 17:16:35 -05:00
parent 4b87c3532f
commit e7329952f3
4 changed files with 61 additions and 14 deletions

2
api.go
View File

@@ -97,7 +97,7 @@ func API_GetTableInfo(c *gin.Context) {
return
}
c.JSON(200, res)
c.JSON(200, res.Format()[0])
}
func API_History(c *gin.Context) {