mirror of https://github.com/apache/cloudstack.git
ACL restructuring UI changes
This commit is contained in:
parent
caece12823
commit
f285ce4ef0
|
|
@ -56,7 +56,7 @@
|
|||
'ip-addresses': 'IP Addresses',
|
||||
'gateways': 'Private Gateway',
|
||||
'site-to-site-vpn': 'Site-to-site VPN',
|
||||
'network-acls': 'ACLs'
|
||||
'network-acls': 'Network ACLs'
|
||||
};
|
||||
var $links = $('<ul>').addClass('links');
|
||||
var $tooltip = $('<div>').addClass('vpc-configure-tooltip').append(
|
||||
|
|
|
|||
|
|
@ -524,7 +524,7 @@
|
|||
id: 'networks',
|
||||
fields: {
|
||||
tierName: { label: 'Tier' },
|
||||
aclTotal: { label: 'ACL Total' }
|
||||
aclTotal: { label: 'Network ACL Total' }
|
||||
},
|
||||
dataProvider: function(args) {
|
||||
$.ajax({
|
||||
|
|
|
|||
Loading…
Reference in New Issue