ACL restructuring UI changes

This commit is contained in:
Pranav Saxena 2012-08-13 14:22:32 +05:30
parent caece12823
commit f285ce4ef0
2 changed files with 2 additions and 2 deletions

View File

@ -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(

View File

@ -524,7 +524,7 @@
id: 'networks',
fields: {
tierName: { label: 'Tier' },
aclTotal: { label: 'ACL Total' }
aclTotal: { label: 'Network ACL Total' }
},
dataProvider: function(args) {
$.ajax({