E2C: Add initial empty state (#83232)

* update subtitle

* add empty state

* rename to InfoPaneLeft/Right

* use '

* add "direction" prop to Box

* update subtitle

* Revert "add "direction" prop to Box"

This reverts commit 99f82a27c7.
This commit is contained in:
Ashley Harrison
2024-02-23 11:18:09 +00:00
committed by GitHub
parent c63456612e
commit a3c73ae7c4
10 changed files with 256 additions and 12 deletions

View File

@@ -139,7 +139,7 @@ func (s *ServiceImpl) getAdminNode(c *contextmodel.ReqContext) (*navtree.NavLink
migrateToCloud := &navtree.NavLink{
Text: "Migrate to Grafana Cloud",
Id: "migrate-to-cloud",
SubTitle: "Copy data sources, dashboards, and alerts from this installation to a cloud stack",
SubTitle: "Copy configuration from your self-managed installation to a cloud stack",
Url: s.cfg.AppSubURL + "/admin/migrate-to-cloud",
}
configNodes = append(configNodes, migrateToCloud)