Update storage_usage.html
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
<div class="card-body">
|
||||
<div class="d-flex justify-content-between align-items-center mb-3">
|
||||
<h5 class="card-title mb-0"><i class="fas fa-chart-pie me-2"></i>Room Storage</h5>
|
||||
<a href="{{ url_for('rooms.rooms') }}" class="btn btn-primary btn-sm">View Details</a>
|
||||
<a href="{{ url_for('rooms.rooms') }}" class="btn btn-primary btn-sm">View All</a>
|
||||
</div>
|
||||
{% if storage_by_type %}
|
||||
<div class="chart-container">
|
||||
|
||||
Reference in New Issue
Block a user