mirror of
https://github.com/unraid/webgui.git
synced 2026-01-06 01:29:54 -06:00
fix: enhance layout consistency in ArrayOperation.page, Disk.page, Share.page, and CreateDocker.php
- Updated button and status message structure in ArrayOperation.page, Disk.page, and Share.page for improved layout consistency. - Adjusted the placement of elements in CreateDocker.php to enhance visual structure. - This change continues the effort to enhance visual consistency across the plugin.
This commit is contained in:
@@ -863,11 +863,11 @@ function prepareCategory() {
|
||||
}
|
||||
|
||||
$(function() {
|
||||
var ctrl = "<span class='status <?=$tabbed?'':'vhshift'?>'><input type='checkbox' class='advancedview'></span>";
|
||||
var ctrl = "<span class='status'><input type='checkbox' class='advancedview'></span>";
|
||||
<?if ($tabbed):?>
|
||||
$('.tabs').append(ctrl);
|
||||
<?else:?>
|
||||
$('div[class=title]').append(ctrl);
|
||||
$('div[class=title] .right').append(ctrl);
|
||||
<?endif;?>
|
||||
$('.advancedview').switchButton({labels_placement:'left', on_label: "_(Advanced View)_", off_label: "_(Basic View)_"});
|
||||
$('.advancedview').change(function() {
|
||||
|
||||
Reference in New Issue
Block a user