Skip to content

Commit 260a5b8

Browse files
author
Scott Bommarito
authored
Remove Admin Config page (#6511)
1 parent 7f716d2 commit 260a5b8

5 files changed

Lines changed: 0 additions & 208 deletions

File tree

src/NuGetGallery/Areas/Admin/Controllers/ConfigController.cs

Lines changed: 0 additions & 55 deletions
This file was deleted.

src/NuGetGallery/Areas/Admin/ViewModels/ConfigViewModel.cs

Lines changed: 0 additions & 60 deletions
This file was deleted.

src/NuGetGallery/Areas/Admin/Views/Config/Index.cshtml

Lines changed: 0 additions & 79 deletions
This file was deleted.

src/NuGetGallery/Areas/Admin/Views/Home/Index.cshtml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -73,17 +73,6 @@
7373
Handle support requests
7474
</p>
7575
</li>
76-
<li>
77-
<h2>
78-
<a href="@Url.Action(actionName: "Index", controllerName: "Config")">
79-
<i class="ms-Icon ms-Icon--Settings"></i>
80-
<span>Configuration</span>
81-
</a>
82-
</h2>
83-
<p>
84-
View Application Configuration
85-
</p>
86-
</li>
8776
<li>
8877
<h2>
8978
<a href="@Url.Action(actionName: "ClearContentCache", controllerName: "Home")">

src/NuGetGallery/NuGetGallery.csproj

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@
253253
<Compile Include="Areas\Admin\DynamicData\OrderedFieldGenerator.cs" />
254254
<Compile Include="Areas\Admin\Controllers\LuceneController.cs" />
255255
<Compile Include="Areas\Admin\Models\LuceneInfoModel.cs" />
256-
<Compile Include="Areas\Admin\Controllers\ConfigController.cs" />
257-
<Compile Include="Areas\Admin\ViewModels\ConfigViewModel.cs" />
258256
<Compile Include="Authentication\Providers\ApiKey\ApiKeyAuthenticationExtensions.cs" />
259257
<Compile Include="Authentication\Providers\ApiKey\ApiKeyAuthenticationHandler.cs" />
260258
<Compile Include="Authentication\Providers\ApiKey\ApiKeyAuthenticationMiddleware.cs" />
@@ -1926,7 +1924,6 @@
19261924
<Content Include="Areas\Admin\Views\Lucene\Index.cshtml">
19271925
<SubType>Code</SubType>
19281926
</Content>
1929-
<Content Include="Areas\Admin\Views\Config\Index.cshtml" />
19301927
<Content Include="Views\Errors\BadRequest.cshtml" />
19311928
<Content Include="Views\Packages\_PackageDependencies.cshtml" />
19321929
<Content Include="Views\Statistics\Index.cshtml" />

0 commit comments

Comments
 (0)