Service accounts: UI polish improvements (#47461)

* ui polishes

* change icon
This commit is contained in:
Eric Leijonmarck
2022-04-08 16:23:03 +01:00
committed by GitHub
parent 7e844064a4
commit 883ce5ad30
5 changed files with 20 additions and 8 deletions
+1 -1
View File
@@ -307,7 +307,7 @@ func (hs *HTTPServer) getNavTree(c *models.ReqContext, hasEditPerm bool) ([]*dto
Id: "serviceaccounts",
Description: "Manage service accounts",
// TODO: change icon to "key-skeleton-alt" when it's available
Icon: "key-skeleton-alt",
Icon: "keyhole-circle",
Url: hs.Cfg.AppSubURL + "/org/serviceaccounts",
})
}