mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
creating new item in middle menu - put newly added item on the top instead of on the bottom.
This commit is contained in:
parent
69403e05ec
commit
85f3a48744
@ -664,7 +664,7 @@ function beforeAddingMidMenuItem() {
|
||||
$midmenuItem1.find("#content").addClass("inaction");
|
||||
$midmenuItem1.find("#spinning_wheel").show();
|
||||
$midmenuItem1.find("#info_icon").removeClass("error").hide();
|
||||
$("#midmenu_container").append($midmenuItem1.show());
|
||||
$("#midmenu_container").prepend($midmenuItem1.show());
|
||||
return $midmenuItem1;
|
||||
}
|
||||
function afterAddingMidMenuItem($midmenuItem1, isSuccessful, extraMessage) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user