Skip to content

Commit

Permalink
Merge pull request #156 from BSWANG/main
Browse files Browse the repository at this point in the history
feat: display pod selection on monitoring dashboard
  • Loading branch information
Lyt99 authored Jan 26, 2024
2 parents 8656284 + e32218d commit 1265330
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion webui/internal/service/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (

const (
dashboardUID = "PtAs82D4k"
metricsDashboardURL = "/d/%s/skoop-exporter?orgId=1&kiosk=tv&theme=light&from=now-15m&to=now&refresh=10s"
metricsDashboardURL = "/d/%s/skoop-exporter?orgId=1&theme=light&from=now-15m&to=now&refresh=10s"
)

type DashboardConfig struct {
Expand Down
1 change: 1 addition & 0 deletions webui/src/components/WebFrameCard/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
width: 100%;
height: 80vh;
min-height: 860px;
margin-top: -40px; /* grafana header is 40px height https://github.com/grafana/grafana/blob/ae2e1aeee4c02fd213f3b25254c9fd8c237392df/public/app/core/components/AppChrome/types.ts#L2-L3 */
}

.cardAction {
Expand Down

0 comments on commit 1265330

Please sign in to comment.