diff --git a/ui/scripts/ui-custom/vpc.js b/ui/scripts/ui-custom/vpc.js index 964582fa19b..82d64fcf29c 100644 --- a/ui/scripts/ui-custom/vpc.js +++ b/ui/scripts/ui-custom/vpc.js @@ -167,7 +167,7 @@ $dialog.append($listView); $dialog.dialog({ - title: 'VMs in this tier', + title: 'VMs in tier: ' + name, dialogClass: 'multi-edit-add-list panel configure-acl', width: 825, height: 600, @@ -457,7 +457,7 @@ context: context }) ).dialog({ - title: 'Configure ACL', + title: 'Configure ACL for tier: ' + $tier.find('.title').html(), dialogClass: 'configure-acl', width: 900, height: 600,