Compare commits

...

4 Commits

Author SHA1 Message Date
Hardy 92008a2139
fix: sync reflactor with framework (#170)
Co-authored-by: hardy <luohf@infinilabs.com>
2025-03-03 09:39:37 +08:00
Hardy 51bda50108
chore: update release notes template for next publish (#169)
Co-authored-by: github-actions <github-actions@github.com>
2025-02-28 13:58:13 +08:00
Hardy 76352dbc2d
chore: update release notes for publish 1.29.0-1992 (#168)
Co-authored-by: github-actions <github-actions@github.com>
2025-02-28 09:59:19 +08:00
silenceqi 9e643ebfbc
style: update styling for request copying (#167) 2025-02-26 10:49:38 +08:00
4 changed files with 16 additions and 4 deletions

View File

@ -8,6 +8,12 @@ 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

View File

@ -8,6 +8,12 @@ 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
View File

@ -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 {

View File

@ -25,7 +25,7 @@
} }
} }
.vizChartContainer{ .vizChartContainer, .metric-item{
position: relative; position: relative;
.copyReq { .copyReq {
cursor: pointer; cursor: pointer;