From b5ce813a9473da51f2bca7a96007faf27849a6c0 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 12 Jul 2012 13:45:16 -0700 Subject: [PATCH] VPC list view: Add text label for configure VPC action --- ui/scripts/network.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/scripts/network.js b/ui/scripts/network.js index 6d32262ce37..5aa71bb5b51 100644 --- a/ui/scripts/network.js +++ b/ui/scripts/network.js @@ -3488,6 +3488,7 @@ }, editVpc: { label: 'Edit VPC', + textLabel: 'label.configure', action: { custom: cloudStack.uiCustom.vpc(cloudStack.vpc) }