From ea35f48d7e42a07463592328759078cb7a2307df Mon Sep 17 00:00:00 2001 From: bfederle Date: Mon, 23 Jul 2012 15:05:00 -0700 Subject: [PATCH] Implement tags for project detail view --- ui/scripts/projects.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ui/scripts/projects.js b/ui/scripts/projects.js index 6a99939d45b..2ece194e014 100644 --- a/ui/scripts/projects.js +++ b/ui/scripts/projects.js @@ -756,6 +756,7 @@ } } }, + tabFilter: function(args) { var project = args.context.projects[0]; var projectOwner = project.account; @@ -791,6 +792,9 @@ state: { label: 'label.state' } } ], + + tags: cloudStack.api.tags({ resourceType: 'Project', contextId: 'projects' }), + dataProvider: function(args) { var projectID = args.context.projects[0].id;