Updated Branches: refs/heads/master 7cc1e8221 -> d99fae07c
CLOUDSTACK-747: Infrastructure menu - service providers - change display name of internalLbVm to be Internal LB VM. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/d99fae07 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/d99fae07 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/d99fae07 Branch: refs/heads/master Commit: d99fae07c7ee750452e346e69f582f0342280f2a Parents: 7cc1e82 Author: Jessica Wang <[email protected]> Authored: Fri May 24 16:36:45 2013 -0700 Committer: Jessica Wang <[email protected]> Committed: Fri May 24 16:36:45 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/d99fae07/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index ebf173b..9ac3b30 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -12706,7 +12706,7 @@ nspHardcodingArray.push( { id: 'InternalLbVm', - name: 'InternalLbVm', + name: 'Internal LB VM', state: nspMap.InternalLbVm ? nspMap.InternalLbVm.state : 'Disabled' } );
