11 Commits

Author SHA1 Message Date
Brian Federle
59c77b4850 Add plugin loading functionality and basic framework
Dynamically load UI plugins via require.js

Plugin code uses the following format:

(function (cloudStack) {
  var testPlugin1 = function(plugin) {
    // Plugin code goes here
  };

  cloudStack.plugin({
    id: 'testPlugin1',
    title: 'Test Plugin 1',
    desc: 'Sample plugin 1',
    load: testPlugin1
  });
}(cloudStack));
2012-12-19 15:47:25 -08:00
Jessica Wang
a00c21686f (1) CS-15057: Remove jquery.timer.js from source code. Replace it with native JavaScript functions.
(2) CS-14604: cloudstack 3.0 UI - Add Zone Wizard - skip Guest Traffic step if OVS tunnel manager is enabled.
(3) CS-15311: cloudstack 3.0 UI - Add Zone Wizard - add physical network step - no isolation method dropdown if network type is Basic.
(4) CS-14769:  Don't pass subdomainaccess param when scope=project.
(5) CS-15157: cloudstack 3.0 UI - infrastructure page - physical network - network service providers - reset nspMap before populating listNetworkServiceProviders response to nspMap.
2012-06-21 12:13:41 -07:00
David Nalley
e293fb887a cleaning up licensing notices in the UI directory to conform with ASF guidelines 2012-06-02 00:07:09 -04:00
frank
2f634c0913 Switch to Apache license 2012-04-03 04:50:05 -07:00
bfederle
9bd2ac43ac Replace $.md5 plugin, for license compliance. 2012-03-30 08:52:26 -07:00
Brian Federle
f24bc8415b Add qunit JS testing framework 2012-02-29 09:33:22 -08:00
Brian Federle
1b44cae6cf bug 13940
Patch for jQuery UI to fix IE for drag-and-drop
2012-02-22 16:43:11 -08:00
bfederle
4e97121f02 Add new admin dashboard
-Use cluster level capacity display for all zones

-Show capacities as pie charts

-Misc. dashboard layout fixes
2012-01-03 16:29:06 -08:00
Brian Federle
484a6ecd19 Revert "Upgrade jQuery from 1.6.1 -> 1.7.1"
-- Discovered some issues w/ login and detail view that need resolving

This reverts commit 0aff735eeb4d3cc4d216ecb28f43b59ffc7eed34.
2011-12-14 09:33:14 -08:00
Brian Federle
4169cd7420 Upgrade jQuery from 1.6.1 -> 1.7.1 2011-12-14 09:20:32 -08:00
Brian Federle
29f510772c Add new UI; move old UI to old/ 2011-11-03 10:59:57 -07:00