diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-04 14:12:31 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-10-04 14:12:31 -0400 |
| commit | 03eebad9f5fce68afa890c7419b7aa4eef7e323f (patch) | |
| tree | 38781fdc1a79284126c7f2d9afd033269cfbcc89 /MediaBrowser.WebDashboard | |
| parent | 7a084a589ed1b43cb59dc323388b31b28b0d3d91 (diff) | |
added mobile tour page
Diffstat (limited to 'MediaBrowser.WebDashboard')
| -rw-r--r-- | MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj index 383b1ba468..eec69c4d7e 100644 --- a/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj +++ b/MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj @@ -284,6 +284,9 @@ <Content Include="dashboard-ui\css\images\tour\dashboard\dashboard.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
+ <Content Include="dashboard-ui\css\images\tour\dashboard\mobile.png">
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+ </Content>
<Content Include="dashboard-ui\css\images\tour\dashboard\notifications.png">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
|
