Skip to content

Commit

Permalink
Merge pull request #129 from AnuragVanam/master
Browse files Browse the repository at this point in the history
Update on issue #128
  • Loading branch information
ZihengSun authored Mar 22, 2021
2 parents d87d01d + 4567f8d commit 7a327ae
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/static/js/gw.host.js
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,13 @@ GW.host = {
" </li>");

},

expand: function(one){

console.log("EXPAND host type")

$("#host_folder_"+one.type+"_target").collapse("show");
},

list: function(msg){

Expand Down Expand Up @@ -995,6 +1002,8 @@ GW.host = {
msg = $.parseJSON(msg);

GW.host.addMenuItem(msg);

GW.host.expand(msg);

callback();

Expand Down

0 comments on commit 7a327ae

Please sign in to comment.