Browse Source

Merge pull request #826 from timhobbs/upstream-master

Added notification list page
Luke 11 years ago
parent
commit
11ed8649d2

+ 1 - 0
MediaBrowser.WebDashboard/Api/DashboardService.cs

@@ -609,6 +609,7 @@ namespace MediaBrowser.WebDashboard.Api
                                 "mypreferenceswebclient.js",
                                 "mypreferenceswebclient.js",
 
 
                                 "notifications.js",
                                 "notifications.js",
+                                "notificationlist.js",
                                 "notificationsetting.js",
                                 "notificationsetting.js",
                                 "notificationsettings.js",
                                 "notificationsettings.js",
                                 "playlist.js",
                                 "playlist.js",

+ 6 - 0
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

@@ -334,6 +334,9 @@
     <Content Include="dashboard-ui\mypreferenceswebclient.html">
     <Content Include="dashboard-ui\mypreferenceswebclient.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>
+    <Content Include="dashboard-ui\notificationlist.html">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\reports.html">
     <Content Include="dashboard-ui\reports.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>
@@ -664,6 +667,9 @@
     <Content Include="dashboard-ui\scripts\mypreferenceswebclient.js">
     <Content Include="dashboard-ui\scripts\mypreferenceswebclient.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>
+    <Content Include="dashboard-ui\scripts\notificationlist.js">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\scripts\reports.js">
     <Content Include="dashboard-ui\scripts\reports.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
     </Content>