mirror of
https://github.com/unraid/webgui.git
synced 2026-03-13 22:40:17 -05:00
Syslinux config: reverse basic and advanced view
This commit is contained in:
@@ -188,8 +188,8 @@ $(function(){
|
||||
}
|
||||
$('.advancedview').switchButton({
|
||||
labels_placement: 'left',
|
||||
on_label: 'Advanced View',
|
||||
off_label: 'Basic View',
|
||||
off_label: 'Menu View',
|
||||
on_label: 'Raw View',
|
||||
checked: $.cookie('syslinux_viewmode')=='advanced'
|
||||
});
|
||||
$('.advancedview').change(function() {
|
||||
|
||||
Reference in New Issue
Block a user