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