diff --git a/pkg/api/api.go b/pkg/api/api.go index 684633e0bcd..2b1eaa714e3 100644 --- a/pkg/api/api.go +++ b/pkg/api/api.go @@ -55,6 +55,7 @@ func Register(r *macaron.Macaron) { r.Get("/dashboard/*", reqSignedIn, Index) r.Get("/dashboard-solo/*", reqSignedIn, Index) + r.Get("/import/dashboard", reqSignedIn, Index) r.Get("/playlists/", reqSignedIn, Index) r.Get("/playlists/*", reqSignedIn, Index) diff --git a/public/app/features/dashboard/partials/import.html b/public/app/features/dashboard/partials/import.html index 3f23e4cb682..ecf015b18cc 100644 --- a/public/app/features/dashboard/partials/import.html +++ b/public/app/features/dashboard/partials/import.html @@ -4,15 +4,19 @@
+
+ Upload .json file +
+
-
-
-
+
+
+ +