From 9c59082658903f1605c860c85bc682a551c2747d Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Fri, 13 Jul 2012 13:39:29 -0700 Subject: [PATCH] Add tier name to ACL and VM list dialogs --- ui/scripts/ui-custom/vpc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,