Compare commits
4 Commits
fix_gw_age
...
main
Author | SHA1 | Date |
---|---|---|
|
92008a2139 | |
|
51bda50108 | |
|
76352dbc2d | |
|
9e643ebfbc |
|
@ -8,6 +8,12 @@ title: "Release Notes"
|
|||
Information about release notes of INFINI Console is provided here.
|
||||
|
||||
## Latest (In development)
|
||||
### Breaking changes
|
||||
### Features
|
||||
### Bug fix
|
||||
### Improvements
|
||||
|
||||
## 1.29.0 (2025-02-27)
|
||||
|
||||
### Breaking changes
|
||||
|
||||
|
|
|
@ -8,6 +8,12 @@ title: "版本历史"
|
|||
这里是 INFINI Console 历史版本发布的相关说明。
|
||||
|
||||
## Latest (In development)
|
||||
### Breaking changes
|
||||
### Features
|
||||
### Bug fix
|
||||
### Improvements
|
||||
|
||||
## 1.29.0 (2025-02-27)
|
||||
|
||||
### Breaking changes
|
||||
|
||||
|
|
2
ui.go
2
ui.go
|
@ -63,7 +63,7 @@ func (h UI) InitUI() {
|
|||
// w.Write(buf)
|
||||
//})
|
||||
|
||||
api.HandleUIFunc("/api/", func(w http.ResponseWriter, req *http.Request) {
|
||||
api.HandleAPIFunc("/api/", func(w http.ResponseWriter, req *http.Request) {
|
||||
log.Warn("api: ", req.URL, " not implemented")
|
||||
request, err := h.GetRawBody(req)
|
||||
if err != nil {
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
.vizChartContainer{
|
||||
.vizChartContainer, .metric-item{
|
||||
position: relative;
|
||||
.copyReq {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in New Issue