cleaning structure
This commit is contained in:
@@ -7,15 +7,12 @@
|
||||
|
||||
<!-- Row of evenly distributed cards -->
|
||||
<div class="dashboard-card">
|
||||
<h3>Access Scanning Module</h3>
|
||||
<p>Final scanning module for production orders</p>
|
||||
<a href="{{ url_for('main.main_scan') }}" class="btn">Launch Scanning Module</a>
|
||||
</div>
|
||||
|
||||
<div class="dashboard-card">
|
||||
<h3>Access Reports Module</h3>
|
||||
<p>Module for verification and quality settings configuration.</p>
|
||||
<a href="{{ url_for('main.quality') }}" class="btn">Launch Reports Module</a>
|
||||
<h3>Quality Module</h3>
|
||||
<p>Final scanning module for production orders and quality reports access.</p>
|
||||
<div style="display: flex; gap: 10px; flex-wrap: wrap;">
|
||||
<a href="{{ url_for('main.main_scan') }}" class="btn">Launch Scanning Module</a>
|
||||
<a href="{{ url_for('main.reports') }}" class="btn">Access to Quality reports</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user