Update web/templates/settings/home.html

This commit is contained in:
Joshua Laymon 2025-09-07 21:45:50 +00:00
parent c888b1995e
commit 742c817d39

View File

@ -170,15 +170,12 @@
</div> </div>
<div class="cc-panel-body"> <div class="cc-panel-body">
<div class="cc-row"> <div class="cc-row">
<label class="cc-label">Edit <code>web/static/data/wol-pub-codes.v1.json</code></label>
<textarea id="pubCodesEditor" class="tool-input" rows="14" <textarea id="pubCodesEditor" class="tool-input" rows="14"
style="width:100%; font-family: ui-monospace, SFMono-Regular, Menlo, monospace;"></textarea> style="width:100%; font-family: ui-monospace, SFMono-Regular, Menlo, monospace;"></textarea>
</div> </div>
<div class="cc-actions"> <div class="cc-actions">
<button type="button" id="pubCodesReloadBtn" class="btn">Reload</button>
<button type="button" id="pubCodesSaveBtn" class="btn btn-primary">Save</button> <button type="button" id="pubCodesSaveBtn" class="btn btn-primary">Save</button>
</div> </div>
<div id="pubCodesStatus" class="tiny" style="margin-top:6px; color:#64748b;"></div>
</div> </div>
</section> </section>