mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-11 04:58:16 +03:00
bug #2931: Define context for appliance info tab
This commit is contained in:
parent
0079cb8c63
commit
e7b5d89e43
@ -548,7 +548,7 @@ function updateMarketInfo(request,app){
|
||||
$('.check_item',this).trigger('click');
|
||||
} else {
|
||||
var context = $(this).parents(".tab");
|
||||
popDialogLoading();
|
||||
popDialogLoading($("#markeplace-tab"));
|
||||
Sunstone.runAction("Marketplace.show",id);
|
||||
$(".resource-id", context).html(id);
|
||||
$('.top_button, .list_button', context).attr('disabled', false);
|
||||
|
Loading…
x
Reference in New Issue
Block a user