Service accounts: Use new icon (#50140)

This commit is contained in:
Alex Khomenko
2022-06-03 11:23:19 +03:00
committed by GitHub
parent 691a597f43
commit d3adc42e6e
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -318,7 +318,7 @@ func (hs *HTTPServer) getNavTree(c *models.ReqContext, hasEditPerm bool, prefs *
Text: "Service accounts",
Id: "serviceaccounts",
Description: "Manage service accounts",
Icon: "keyhole-circle",
Icon: "gf-service-account",
Url: hs.Cfg.AppSubURL + "/org/serviceaccounts",
})
}