mirror of https://github.com/apache/cloudstack.git
new UI - fix a bug that action list get duplicate actions
This commit is contained in:
parent
c272db84bd
commit
0ad016839b
|
|
@ -190,6 +190,7 @@ function clickInstanceGroupHeader($arrowIcon) {
|
|||
|
||||
//action menu
|
||||
$("#action_link").show();
|
||||
$actionList.empty();
|
||||
for(var api in actionMap) {
|
||||
var apiInfo = actionMap[api];
|
||||
var $listItem = $("#action_list_item").clone();
|
||||
|
|
|
|||
Loading…
Reference in New Issue