Skip to content

Commit edad6c1

Browse files
Added ContentTypeAnalyzer
1 parent bf5a89e commit edad6c1

File tree

6 files changed

+346
-354
lines changed

6 files changed

+346
-354
lines changed

DeveloperTools/Controllers/ContentTypeAnalyzerController.cs

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

tests/temp/ContentTypeAnalyzer/Index.cshtml renamed to DeveloperTools/EPiServer.DeveloperTools.Views/Views/ContentTypeAnalyzer/Index.cshtml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
1-
@using DeveloperTools.Models
2-
@using EPiServer.Shell
3-
@inherits System.Web.Mvc.WebViewPage<DeveloperTools.Models.ContentTypeAnalyzerModel>
4-
5-
@{
6-
Layout = Paths.ToResource("EPiServer.DeveloperTools", "Views/Shared/DevToolsMaster.cshtml");
7-
}
1+
@model EPiServer.DeveloperTools.Features.ContentTypeAnalyzer.ContentTypeAnalyzerModel
82

93
<div class="epi-contentArea">
104
<h1 class="EP-prefix">Content Type Analyzer</h1>
@@ -51,7 +45,7 @@
5145
</table>
5246
</div>
5347

54-
@section Scripts {
48+
@section AdditionalScripts {
5549
<script>
5650
$(document).ready(function () {
5751
$('#theList').dataTable(

0 commit comments

Comments
 (0)