fixed mock sync group table styles
This commit is contained in:
+2
-2
@@ -47,7 +47,7 @@
|
||||
send resetListing() to closest <tr/>
|
||||
"
|
||||
>
|
||||
<option disabled {{- if not $selectedShopID }}selected{{- end }}>- Shops -</option>
|
||||
<option disabled {{- if not $selectedShopID }} selected{{- end }}>- Shops -</option>
|
||||
{{- range $shop := $shops }}
|
||||
{{- $shopSelectedInOtherListing := false }}
|
||||
{{- if not (eq $shop.ShopID $selectedShopID ) }}
|
||||
@@ -68,7 +68,7 @@
|
||||
}}
|
||||
<option
|
||||
value="{{$shop.Platform}}-{{$shop.ShopID}}"
|
||||
{{- if $isSelectedShop }}selected{{- end }}
|
||||
{{- if $isSelectedShop }} selected{{- end }}
|
||||
>
|
||||
{{ $shop.Name }}
|
||||
</option>
|
||||
|
||||
+1
-1
@@ -10,7 +10,7 @@
|
||||
class="
|
||||
max-w-full overflow-x-auto
|
||||
|
||||
grid-table-6
|
||||
grid-table-[1fr_1fr_1fr_1fr_1fr_1fr]
|
||||
max-h-[50vh]
|
||||
"
|
||||
hx-get="{{ printf "/ui/accounts/%d/inventory/sync-groups/mock/draft/table" $acctID }}"
|
||||
|
||||
Reference in New Issue
Block a user