hide addons when not available
This commit is contained in:
parent
a8f204dcb4
commit
8c04166183
2 changed files with 23 additions and 4 deletions
|
@ -276,8 +276,8 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Addons Section -->
|
||||
<div class="mb-4">
|
||||
<!-- Addons Section - Hidden by default, shown by JS if addons exist -->
|
||||
<div class="mb-4" id="addonsSection" style="display: none;">
|
||||
<label class="form-label">Add-ons (Optional)</label>
|
||||
<div id="addonsContainer">
|
||||
<!-- Add-ons will be dynamically populated here -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue