20 lines
738 B
Plaintext
20 lines
738 B
Plaintext
@{
|
|
ViewData["Title"] = "Production Reports | Mesa Reporting Services";
|
|
}
|
|
|
|
<div aria-label="breadcrumb">
|
|
<ol class="breadcrumb">
|
|
<li class="breadcrumb-item"><a asp-area="" asp-controller="Home" asp-action="Index">Home</a></li>
|
|
<li class="breadcrumb-item active" aria-current="page">Production Reports</li>
|
|
</ol>
|
|
</div>
|
|
<br />
|
|
|
|
<div class="row">
|
|
<div class="col-3 d-grid btn btn-outline-secondary">
|
|
<img src="~/Images/ReportFile.png" class="buttonImage float-start" />
|
|
<a class="text-start text-wrap" asp-area="" asp-controller="ProductionReport" asp-action="DailyReport" onclick="displayBusyIndicator()">Production Passdown Report</a>
|
|
</div>
|
|
</div>
|
|
|
|
<partial name="_LoadingPartial" /> |