mirror of
https://github.com/unraid/webgui.git
synced 2026-05-12 23:30:01 -05:00
fix: enhance layout consistency in Diagnostics.page
- Wrapped the anonymize checkbox in a label and buttons in a span for improved layout consistency. - This change continues the effort to enhance visual structure across the plugin.
This commit is contained in:
@@ -109,4 +109,15 @@ to the system log.*
|
||||
*Use* **Anonymize diagnostics** *when publishing the diagnostics file in the public forum. In private communication with Limetech it is recommended to uncheck this setting and capture all information unaltered.*
|
||||
:end
|
||||
|
||||
<input id='download' type="button" value="_(Download)_" onclick="$(this).attr('disabled',true);diagnostics(zipfile())"><input type="button" value="_(Done)_" onclick="done()"><input type="checkbox" id="anonymize" checked>_(Anonymize diagnostics)_
|
||||
<br>
|
||||
|
||||
<label for="anonymize">
|
||||
<input type="checkbox" id="anonymize" checked>
|
||||
_(Anonymize diagnostics)_
|
||||
</label>
|
||||
|
||||
<span class="inline-block">
|
||||
<input id='download' type="button" value="_(Download)_" onclick="$(this).attr('disabled',true);diagnostics(zipfile())">
|
||||
<input type="button" value="_(Done)_" onclick="done()">
|
||||
</span>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user