Skip to content

Commit

Permalink
[141] Update settings.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CollinHeist committed Dec 2, 2024
1 parent 742edd2 commit f9a55ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion app/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
<template id="extra-input-template">
<div class="field">
<label>{label}</label>
<input type="text">
<div class="ui right labeled input">
<input oninput="updateColorBubble(this);" type="text">
<div class="ui basic label"></div>
</div>
<p class="help">{tooltip}</p>
</div>
</template>
Expand Down
2 changes: 1 addition & 1 deletion modules/ref/version_webui
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.0-alpha.13.0-webui140
v2.0-alpha.13.0-webui141

0 comments on commit f9a55ce

Please sign in to comment.