CS-15753:

Re-enable 'view all ip addresses' link on tier details.

--this was disabled previously due to a bug in the VPC widget, which
  is also fixed with this commit.
This commit is contained in:
Brian Federle 2012-07-30 15:10:48 -07:00
parent c10850e434
commit 431b8fe708
2 changed files with 1 additions and 5 deletions

View File

@ -194,6 +194,7 @@
maximizeIfSelected: true,
complete: function($panel) {
$panel.detailView($.extend(true, {}, detailView, {
$browser: $browser,
context: context
}));
}

View File

@ -1084,9 +1084,6 @@
tiers: {
detailView: { //duplicate from cloudStack.sections.network.sections.networks.listView.detailView (begin)
name: 'Guest network details',
//comment out until JS error "$browser is undefined" is fixed
/*
viewAll: {
path: 'network.ipAddresses',
label: 'label.menu.ipaddresses',
@ -1143,8 +1140,6 @@
return false;
}
},
*/
actions: {
edit: {
label: 'label.edit',