mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
dashboard_history: further css & markup fixes, removing style overrides & resuing existing styles and markup components
This commit is contained in:
@@ -283,7 +283,7 @@ func GetDashboardVersions(c *middleware.Context) Response {
|
||||
|
||||
for _, version := range query.Result {
|
||||
if version.RestoredFrom == version.Version {
|
||||
version.Message = "Initial save (created migration)"
|
||||
version.Message = "Initial save (created by migration)"
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user