@Html.Partial("_ValidationSummary")
diff --git a/Web/Views/LeafOutput/Index.cshtml b/Web/Views/ResultStatus/Index.cshtml
similarity index 56%
rename from Web/Views/LeafOutput/Index.cshtml
rename to Web/Views/ResultStatus/Index.cshtml
index baabab8..2640d3d 100644
--- a/Web/Views/LeafOutput/Index.cshtml
+++ b/Web/Views/ResultStatus/Index.cshtml
@@ -1,4 +1,4 @@
-@model IEnumerable
+@model IEnumerable
@{
ViewBag.Title = "Results";
@@ -11,10 +11,8 @@
grid.Columns(
grid.Column("LeafInputIdentifier", "Identifier"),
grid.Column("LeafInputSiteId", "Site Id"),
- grid.Column("LeafInputFilename", "Filename"),
grid.Column("LeafInputName", "Submitted By"),
- grid.Column("CurrentStatus", "Status"),
- grid.Column("Chart", "Chart", item => @Html.ActionLink("Chart", "Index", "LeafCharter", new { leafInputFileId = item.LeafInputFileId}, new {}))
+ grid.Column("CurrentStatus", "Status")
),
htmlAttributes: new { @class = "table table-striped table-bordered table-hover table-condensed" }
)
diff --git a/Web/Views/Shared/_Layout.cshtml b/Web/Views/Shared/_Layout.cshtml
index a38b24e..97d5ef6 100644
--- a/Web/Views/Shared/_Layout.cshtml
+++ b/Web/Views/Shared/_Layout.cshtml
@@ -31,7 +31,7 @@
Leaf Data
diff --git a/Web/Web.csproj b/Web/Web.csproj
index ea6e3d2..7ce0051 100644
--- a/Web/Web.csproj
+++ b/Web/Web.csproj
@@ -524,6 +524,7 @@
Designer
+
@@ -926,7 +927,7 @@
-
+
Global.asax
@@ -941,7 +942,7 @@
-
+
@@ -974,7 +975,7 @@
-
+
Web.config