mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
Implement tags for project detail view
This commit is contained in:
parent
a00456bc57
commit
ea35f48d7e
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user