Adjustments

This commit is contained in:
2023-12-14 22:14:41 +01:00
parent ecb906e614
commit a72dd2124d
4 changed files with 80 additions and 20 deletions

View File

@ -52,20 +52,25 @@
month: "2-digit",
year: "numeric"
}).format(dayjs(schem.lastUpdate).utc(false).toDate())}</th>
<th>
{#if schem.replaceColor}
<CheckSolid class="text-green-500" />
{:else}
<XCircleOutline class="text-red-500" />
{/if}
</th>
<th>
{#if schem.allowReplay}
<CheckSolid class="text-green-500" />
{:else}
<XCircleOutline class="text-red-500" />
{/if}
</th>
{#if schem.type != null}
<th>
{#if schem.replaceColor}
<CheckSolid class="text-green-500" />
{:else}
<XCircleOutline class="text-red-500" />
{/if}
</th>
<th>
{#if schem.allowReplay}
<CheckSolid class="text-green-500" />
{:else}
<XCircleOutline class="text-red-500" />
{/if}
</th>
{:else}
<th></th>
<th></th>
{/if}
</tr>
<style lang="scss">