소스 검색

add stub ibn page

Luke Pulverenti 12 년 전
부모
커밋
fab99c51c0
2개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      MediaBrowser.WebDashboard/Api/DashboardService.cs
  2. 6 0
      MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

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

@@ -459,6 +459,7 @@ namespace MediaBrowser.WebDashboard.Api
                                       "displaysettingspage.js",
                                       "edituserpage.js",
                                       "indexpage.js",
+                                      "itembynamedetailpage.js",
                                       "itemdetailpage.js",
                                       "itemlistpage.js",
                                       "loginpage.js",

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

@@ -111,6 +111,9 @@
     </Content>
   </ItemGroup>
   <ItemGroup>
+    <Content Include="dashboard-ui\scripts\itembynamedetailpage.js">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\scripts\site.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
@@ -131,6 +134,9 @@
     </Content>
   </ItemGroup>
   <ItemGroup>
+    <Content Include="dashboard-ui\itembynamedetails.html">
+      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
+    </Content>
     <Content Include="dashboard-ui\userprofiles.html">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>