Browse Source

fix deco template name display (#1844)

* fix deco template name display

* try to fix mac build
pull/1846/head
Jason Dove 1 year ago committed by GitHub
parent
commit
894fc284b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/artifacts.yml
  2. 2
      ErsatzTV/Pages/DecoTemplates.razor

1
.github/workflows/artifacts.yml

@ -100,6 +100,7 @@ jobs: @@ -100,6 +100,7 @@ jobs:
--hide-extension "ErsatzTV.app" \
--app-drop-link 600 185 \
--skip-jenkins \
--no-internet-enable \
"ErsatzTV.dmg" \
"ErsatzTV.app/"

2
ErsatzTV/Pages/DecoTemplates.razor

@ -54,7 +54,7 @@ @@ -54,7 +54,7 @@
<div style="display: grid; grid-template-columns: 1fr auto; align-items: center; width: 100%">
<MudGrid Justify="Justify.FlexStart">
<MudItem xs="8">
<MudText>@item.Value.Text</MudText>
</MudItem>
</MudGrid>
<div style="justify-self: end;">

Loading…
Cancel
Save