diff options
-rw-r--r-- | panes/tabVMSnapshots.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/panes/tabVMSnapshots.html b/panes/tabVMSnapshots.html index c91a14b..ddd0530 100644 --- a/panes/tabVMSnapshots.html +++ b/panes/tabVMSnapshots.html @@ -567,7 +567,7 @@ $('#vboxPane').on('vmSelectionListChanged',function(){ // No single selected VM or it is host
} else {
// disable tab
- $('#vboxTabVMConsole').parent().trigger('disableTab', ['vboxTabVMSnapshots']);
+ $('#vboxTabVMSnapshots').parent().trigger('disableTab', ['vboxTabVMSnapshots']);
$('#vboxTabVMSnapshots').data('lastVM',0);
}
|