bfederle 5e94b0d12e Implement tag UI widget
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
2012-07-23 15:18:36 -07:00
2012-06-23 11:16:16 +02:00
2012-07-20 14:09:16 -04:00
2012-07-16 15:43:58 -04:00
2012-07-20 15:59:31 -04:00
2012-07-20 15:59:31 -04:00
2012-07-23 14:49:04 -07:00
2012-07-11 17:16:06 -07:00
2012-07-23 15:18:36 -07:00
2012-06-04 10:22:57 -04:00
2012-07-04 19:47:12 -04:00
2011-12-23 12:57:34 -05:00
2012-07-03 23:38:39 -07:00
2012-07-11 17:16:06 -07:00
2010-08-11 09:13:29 -07:00
2012-04-03 04:50:05 -07:00
2012-04-03 04:50:05 -07:00
2012-07-14 11:45:40 -04:00
2010-09-09 13:27:20 -07:00
waf
2010-08-11 09:13:29 -07:00
2010-08-11 09:13:29 -07:00
2012-07-16 18:00:05 -07:00

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
Languages
Java 68.8%
Python 18.8%
Vue 6%
C# 2.8%
JavaScript 1.7%
Other 1.7%