mirror of
https://github.com/unraid/webgui.git
synced 2026-05-06 20:30:50 -05:00
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:
@@ -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):?>
|
||||
|
||||
Reference in New Issue
Block a user