Merge pull request #263 from LD-Reborn/239-bug-add-attribute-in-asset-create-and-update-modals-wrong-class

Fixed buttons wrong css class
This commit is contained in:
LD50
2025-11-02 22:25:07 +01:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -216,7 +216,7 @@
<div id="attributesContainer" class="d-flex flex-column gap-2">
<!-- Dynamic attribute rows will appear here -->
</div>
<button type="button" class="btn btn-sm btn-success mt-3" id="addAttributeBtn">
<button type="button" class="btn btn-sm btn-primary mt-3" id="addAttributeBtn">
@T["Add Attribute"]
</button>
</div>
@@ -437,7 +437,7 @@
<h6 class="fw-bold mb-0">@T["Attributes"]</h6>
</div>
<div id="updateAttributesContainer" class="d-flex flex-column gap-2"></div>
<button type="button" class="btn btn-sm btn-success mt-3" id="updateAddAttributeBtn">
<button type="button" class="btn btn-sm btn-primary mt-3" id="updateAddAttributeBtn">
@T["Add Attribute"]
</button>
</div>

View File

@@ -389,7 +389,7 @@
<h6 class="fw-bold mb-0">@T["Attributes"]</h6>
</div>
<div id="updateAttributesContainer" class="d-flex flex-column gap-2"></div>
<button type="button" class="btn btn-sm btn-success mt-3" id="updateAddAttributeBtn">
<button type="button" class="btn btn-sm btn-primary mt-3" id="updateAddAttributeBtn">
@T["Add Attribute"]
</button>
</div>