mirror of https://github.com/apache/cloudstack.git
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:
parent
c10850e434
commit
431b8fe708
|
|
@ -194,6 +194,7 @@
|
|||
maximizeIfSelected: true,
|
||||
complete: function($panel) {
|
||||
$panel.detailView($.extend(true, {}, detailView, {
|
||||
$browser: $browser,
|
||||
context: context
|
||||
}));
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in New Issue