Rename "Bild hinterlegt" to "Bild"

This commit is contained in:
Leon Meier 2025-04-21 14:33:27 +02:00
parent 5da8060857
commit bf561f8c7f

View File

@ -14,13 +14,13 @@
<table class="table is-striped is-fullwidth is-hoverable" data-dataSource="products" id="productTable" data-pageSize="10"> <table class="table is-striped is-fullwidth is-hoverable" data-dataSource="products" id="productTable" data-pageSize="10">
<thead> <thead>
<tr> <tr>
<th data-dataCol = "id">Id</th> <th data-dataCol = "id">ID</th>
<th data-dataCol = "name">Name</th> <th data-dataCol = "name">Name</th>
<th data-dataCol = "gtin">GTIN</th> <th data-dataCol = "gtin">GTIN</th>
<th data-dataCol = "price">Preis</th> <th data-dataCol = "price">Preis</th>
<th data-dataCol = "stock">Lagermenge</th> <th data-dataCol = "stock">Lagermenge</th>
<th data-dataCol = "visible" data-type="bool">Sichtbarkeit</th> <th data-dataCol = "visible" data-type="bool">Sichtbarkeit</th>
<th data-dataCol = "FUNC:INLINE" data-ColHandler=handleImagePresence>Bild hinterlegt</th> <th data-dataCol = "FUNC:INLINE" data-ColHandler=handleImagePresence>Bild</th>
<th data-fnc="actions" data-actions="edit,delete">Aktionen</th> <th data-fnc="actions" data-actions="edit,delete">Aktionen</th>
</tr> </tr>
</thead> </thead>