mirror of
https://github.com/unraid/webgui.git
synced 2026-04-21 09:19:35 -05:00
Add button 'animation' to docker and vm pages
This commit is contained in:
@@ -92,7 +92,7 @@ function loadlist(update) {
|
||||
if ($.cookie('docker_listview_mode')=='advanced') {$('.advanced').show(); $('.basic').hide();}
|
||||
listview();
|
||||
context.init({preventDoubleContext:false});
|
||||
$('input[type=button]').prop('disabled',false).show();
|
||||
$('input[type=button]').prop('disabled',false).show('slow');
|
||||
if (update) {
|
||||
$('input#checkAll').hide(); $('input#updateAll').show();
|
||||
} else {
|
||||
|
||||
@@ -166,7 +166,7 @@ function loadlist() {
|
||||
},'json');
|
||||
});
|
||||
context.init({preventDoubleContext:false});
|
||||
$('input[type=button]').prop('disabled',false).show();
|
||||
$('input[type=button]').prop('disabled',false).show('slow');
|
||||
$('.text').click(showInput);
|
||||
$('.input').blur(hideInput);
|
||||
$('i.up,i.down').click(function() {
|
||||
|
||||
Reference in New Issue
Block a user