mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
New default route /d/<uid>/<slug of dashboard title> where dashboard are loaded by unique identifier. If old route /dashboard/db/<slug of dashboard tile> are used, try to lookup dashboard by slug and redirect to new default route. #7883