style: update Eth0.page for improved element visibility

- Changed the class from 'status hide' to 'red-text hidden' for the wait message, enhancing the visibility and clarity of the loading indicator during interface configuration.

[COMPLETE] Should I continue to the next item?
This commit is contained in:
Zack Spear
2025-05-27 17:05:34 -07:00
parent 665fae7cc9
commit de9cce0531
+1 -1
View File
@@ -528,7 +528,7 @@ function portToggle(port, cmd) {
}
$(function() {
const ctrl = "<span id='wait_eth0' class='status red-text hide' style='font-size:1.2rem;font-style:italic'><i class='fa fa-spinner fa-spin'></i> _(Please wait)_... _(configuring interface)_</span>";
const ctrl = "<span id='wait_eth0' class='red-text hidden' style='font-size:1.2rem;font-style:italic'><i class='fa fa-spinner fa-spin'></i> _(Please wait)_... _(configuring interface)_</span>";
const form = document.eth0_settings;
const dns = document.dns_settings;
<?if (!$service):?>