Skip to content

Commit

Permalink
clean up html
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanbataire committed Jan 14, 2025
1 parent 049792a commit 7816ae2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/liquid/app/config_upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
hx-encoding='multipart/form-data'
autocomplete="off"
hx-post="/app/config"
hx-disabled-elt="button#place_create_submit, a#cancel"
hx-indicator="#place_create_submit_progress"
hx-disabled-elt="button#config_upload_submit, a#cancel"
hx-indicator="#config_upload_submit_progress"
hx-target="this"
hx-swap="outerHTML"
>
Expand Down Expand Up @@ -35,14 +35,14 @@
</div><br/>
<div class="field is-grouped is-grouped-centered">
<div class="control">
<button id="place_create_submit" class="button is-link">Upload</button>
<button id="config_upload_submit" class="button is-link">Upload</button>
</div>
<div class="control">
<a href="/" id="cancel" class="button">Cancel</a>
</div>
</div>
<div>
<progress id="place_create_submit_progress" class="progress is-small is-primary htmx-indicator" max="100"></progress>
<progress id="config_upload_submit_progress" class="progress is-small is-primary htmx-indicator" max="100"></progress>
</div>

<div class="field">
Expand Down

0 comments on commit 7816ae2

Please sign in to comment.