Updated Branches: refs/heads/master 7aa7d6e39 -> 568cc88c2
CS-15898:Change drop down options in vm tier for vpc Project: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/commit/568cc88c Tree: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/tree/568cc88c Diff: http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/diff/568cc88c Branch: refs/heads/master Commit: 568cc88c20251c87753c5465dd5139037a54cfb3 Parents: 7aa7d6e Author: Pranav Saxena <[email protected]> Authored: Tue Aug 21 15:51:41 2012 +0530 Committer: Pranav Saxena <[email protected]> Committed: Tue Aug 21 15:51:41 2012 +0530 ---------------------------------------------------------------------- ui/scripts/vpc.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cloudstack/blob/568cc88c/ui/scripts/vpc.js ---------------------------------------------------------------------- diff --git a/ui/scripts/vpc.js b/ui/scripts/vpc.js index c046f28..8bb80d0 100644 --- a/ui/scripts/vpc.js +++ b/ui/scripts/vpc.js @@ -262,6 +262,7 @@ filters: { all: { label: 'All instances' }, running: { label: 'Running instances' }, + stopped: { label: 'Stopped instances' }, destroyed: { label: 'Destroyed instances' } }, fields: {
