mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 20:02:29 +01:00
Create UI for handling new tag API. This currently supports the detail view and multi-edit
To enable tags UI, add a 'tags' object to each detailView/multiEdit configuration:
tabs: {
...
details: {
...
tags: {
actions: {
add: function(args) {
setTimeout(function() {
args.response.success({
notification: {
desc: 'Add tags for instance',
poll: testData.notifications.testPoll
}
});
}, 500);
},
remove: function(args) {
args.response.success({
notification: {
desc: 'Remove tags for instance',
poll: testData.notifications.testPoll
}
});
}
},
dataProvider: function(args) {
args.response.success({
data: [
{
id: '1',
key: 'user',
value: 'brian'
},
{
id: '2',
key: 'region',
value: 'usa'
}
]
});
}
}
...
Conflicts:
ui/css/cloudstack3.css
ui/scripts/ui/widgets/tagger.js
CloudStack
CloudStack is a massively scalable free/libre open source Infrastructure as a Service cloud platform.
Visit us at cloudstack.org or join #cloudstack on irc.freenode.net
Binary Downloads
Downloads are available from: http://cloudstack.org/download.html
Supported Hypervisors
- XenServer
- KVM
- VMware ESX/ESXi (via vCenter)
- Oracle VM
- XCP
Mailing lists
Development Mailing List Users Mailing list Commits mailing list
Description
Apache CloudStack is an opensource Infrastructure as a Service (IaaS) cloud computing platform
cloudcloudstackiaasinfrastructurejavakuberneteskvmlibvirtorchestrationpythonvirtualizationvirtual-machinevmwarevspherexcp-ngxenserver
Readme
Multiple Licenses
943 MiB
Languages
Java
68.8%
Python
18.8%
Vue
6%
C#
2.8%
JavaScript
1.7%
Other
1.7%