fix(15-01): remove style=display:none from #driver-list in printers_new.html
HTMX outerHTML swap target was hidden — upload confirmation (driver name + table) was invisible to technician despite server returning correct fragment. Single-line removal on line 98; no other files modified. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -95,6 +95,6 @@
|
|||||||
</label>
|
</label>
|
||||||
<button type="submit" class="secondary" x-text="$store.i18n.t('upload_driver')">Upload Driver</button>
|
<button type="submit" class="secondary" x-text="$store.i18n.t('upload_driver')">Upload Driver</button>
|
||||||
</form>
|
</form>
|
||||||
<div id="driver-list" style="display:none"></div>
|
<div id="driver-list"></div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Reference in New Issue
Block a user