mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Admin: Update stats page UI (#38014)
* Add StatCard * Style cards * Update types * Add tests * Move stats tab into licencing * Prevent UI jumps when loading stats * Fix merge conflicts * Revert docs format
This commit is contained in:
@@ -49,7 +49,7 @@ func (l *OSSLicensingService) Init() error {
|
||||
for _, node := range indexData.NavTree {
|
||||
if node.Id == "admin" {
|
||||
node.Children = append(node.Children, &dtos.NavLink{
|
||||
Text: "Upgrade",
|
||||
Text: "Stats and license",
|
||||
Id: "upgrading",
|
||||
Url: l.LicenseURL(req.SignedInUser),
|
||||
Icon: "unlock",
|
||||
|
Reference in New Issue
Block a user