24 lines
981 B
Plaintext
24 lines
981 B
Plaintext
@page "/ProductionReport"
|
|
|
|
<PageTitle>Production Reports | Mesa Reporting Services</PageTitle>
|
|
|
|
<div aria-label="breadcrumb">
|
|
<ol class="breadcrumb">
|
|
<li class="breadcrumb-item">
|
|
<a href="">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">
|
|
<a class="btn btn-outline-secondary text-start" href="DailyReport" onclick="displayBusyIndicator()"><span class="float-start"><i class="fa-regular fa-file-alt fa-4x buttonImage align-middle"></i> Production Passdown Report</span></a>
|
|
</div>
|
|
<div class="col-3 d-grid">
|
|
<a class="btn btn-outline-secondary text-start" href="http://goto.infineon.com/mesassrreport" onclick="displayBusyIndicator()"><span class="float-start"><i class="fa-regular fa-file-alt fa-4x buttonImage align-middle"></i> Mesa SSR Report</span></a>
|
|
</div>
|
|
</div>
|
|
|
|
<Loading></Loading> |