From 622206bf4403c132d41cf41e61428d7cfd561f25 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 6132e793f84..e7b5583f1fd 100644 --- a/ui/scripts/projects.js +++ b/ui/scripts/projects.js @@ -752,6 +752,7 @@ } } }, + tabFilter: function(args) { var project = args.context.projects[0]; var projectOwner = project.account; @@ -787,6 +788,9 @@ state: { label: 'label.state' } } ], + + tags: cloudStack.api.tags({ resourceType: 'Project', contextId: 'projects' }), + dataProvider: function(args) { var projectID = args.context.projects[0].id;