Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 18, 2024
1 parent 4d4bc6c commit b11e75d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/registry/ui/dashboardgroup/storage.go
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ func (r *Storage) getDashboardLink(
if !ok {
return nil, apierrors.NewBadRequest("missing user info")
}
fmt.Println(">>>>> user = ", user.GetName(), "groups = ", user.GetGroups())

var d openvizapi.GrafanaDashboard
if req.ObjectReference != nil {
Expand Down

0 comments on commit b11e75d

Please sign in to comment.