aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.WebDashboard/Html/wizardFinish.html
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-03-23 00:04:36 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-03-23 00:04:36 -0400
commitb20151fff373100da7946df93afb7dd4dccea3e4 (patch)
treea16d7085c0eab807c309c94461ed60821029f1ff /MediaBrowser.WebDashboard/Html/wizardFinish.html
parent4bc27f3a65ddbffcc7b74683df72503f20df275c (diff)
copy dashboard to the output folder and load from the file system, instead of using embedded resources
Diffstat (limited to 'MediaBrowser.WebDashboard/Html/wizardFinish.html')
-rw-r--r--MediaBrowser.WebDashboard/Html/wizardFinish.html26
1 files changed, 0 insertions, 26 deletions
diff --git a/MediaBrowser.WebDashboard/Html/wizardFinish.html b/MediaBrowser.WebDashboard/Html/wizardFinish.html
deleted file mode 100644
index 3d51aa0bf9..0000000000
--- a/MediaBrowser.WebDashboard/Html/wizardFinish.html
+++ /dev/null
@@ -1,26 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <title>Media Browser</title>
-</head>
-<body>
- <div id="wizardFinishPage" data-role="page" class="page standalonePage wizardPage">
-
- <div data-role="content">
-
- <div class="ui-corner-all ui-shadow wizardContent">
- <h2>
- <img src="css/images/checkmarkblack.png" />You're Done!</h2>
-
- <p>That's all we need for now. Media Browser has begun collecting information about your media library. You do not need to wait for this process to complete before using a client application or changing other settings within the Dashboard.</p>
-
- <div class="wizardNavigation">
- <button type="button" data-iconpos="left" data-icon="arrow-left" data-inline="true" onclick="history.back();">Previous</button>
- <button type="button" data-iconpos="right" data-icon="wrench" data-inline="true" onclick="WizardFinishPage.onFinish();" data-theme="b">Go to the Dashboard</button>
- </div>
- </div>
-
- </div>
- </div>
-</body>
-</html>