Reorganized project structure to separate backend process from frontend process.
This commit is contained in:
19
ReportingServices.UI/Views/Home/Index.cshtml
Normal file
19
ReportingServices.UI/Views/Home/Index.cshtml
Normal file
@ -0,0 +1,19 @@
|
||||
@{
|
||||
ViewData["Title"] = "Home Page | Mesa Reporting Services";
|
||||
}
|
||||
|
||||
<div aria-label="breadcrumb">
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item active" aria-current="page">Home</li>
|
||||
</ol>
|
||||
</div>
|
||||
<br />
|
||||
|
||||
<div class="row">
|
||||
<div class="col-3 d-grid">
|
||||
<a class="btn btn-outline-secondary text-start" asp-area="" asp-controller="ProductionReport" asp-action="Index"><img src="~/Images/Directory.png" class="buttonImage" />Production</a>
|
||||
</div>
|
||||
<div class="col-3 d-grid">
|
||||
<a class="btn btn-outline-secondary text-start" asp-area="" asp-controller="PlanningReport" asp-action="Index"><img src="~/Images/Directory.png" class="buttonImage" />Planning</a>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user