chore: Add "Not Usable" indicator for storage items
This commit is contained in:
parent
e4108863a8
commit
16ccc87fbe
1 changed files with 5 additions and 1 deletions
|
|
@ -17,7 +17,11 @@
|
||||||
{{ $storage->name }}
|
{{ $storage->name }}
|
||||||
</div>
|
</div>
|
||||||
<div class="box-description">
|
<div class="box-description">
|
||||||
{{ $storage->description }}</div>
|
{{ $storage->description }}
|
||||||
|
</div>
|
||||||
|
@if (!$storage->is_usable)
|
||||||
|
<div class="text-red-500">Not Usable</div>
|
||||||
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@empty
|
@empty
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue