update components

This commit is contained in:
Luke Pulverenti
2016-03-16 14:09:58 -04:00
parent 67642b6f57
commit fee7cbdc4a
3 changed files with 21 additions and 4 deletions

View File

@@ -49,7 +49,7 @@ namespace MediaBrowser.Server.Startup.Common.Browser
/// <param name="logger">The logger.</param>
public static void OpenDashboard(IServerApplicationHost appHost, ILogger logger)
{
OpenDashboardPage("index.html#!/dashboard.html", appHost, logger);
OpenDashboardPage("dashboard.html", appHost, logger);
}
/// <summary>