363 Commits

Author SHA1 Message Date
bfederle
ceb95cb002 bug 12651: Make new network name field required
status 12651: resolved fixed
2011-12-22 15:03:31 -08:00
bfederle
d2b99d33ef Move multi-edit to widgets folder (as it is a jQuery widget) 2011-12-21 15:28:32 -08:00
bfederle
b33c6f6de4 bug 12211: Implement project dashboard
status 12211: resolved fixed
2011-12-19 18:30:25 -05:00
bfederle
134b38bb2d bug 12211
Add system resources, users, alerts to project dashboard
2011-12-19 14:12:09 -08:00
bfederle
07ed925ab1 bug 12614: Zone wizard update
-Add support to filter network offerings based on whether security
 groups is checked; options then come from a separate
 'securityGroupNetworkOfferings' object:

args.response.success({
  domains: domainObjs,

  // Non-security-group-enabled offerings
  networkOfferings: networkOfferingObjs,

  // Security group-enabled offerings
  securityGroupNetworkOfferings: []
});

-Remove old/unused fields from wizard
2011-12-19 11:36:03 -08:00
Brian Federle
1c2ca9a59f bug 12211
Create real layout for project dashboard
2011-12-16 16:02:08 -08:00
Jessica Wang
f0609c60dd cloudStack 3.0 new UI - Create Zone wizard - add 3rd step (create pod). 2011-12-16 15:32:09 -08:00
Brian Federle
49c27299a5 Update zone section
-Show separate info tooltips for basic/advanced zone

-Update test data to reflect zone changes
2011-12-16 14:02:44 -08:00
Brian Federle
13e217356e Update zone section
-Add new info 'bubbles' to zone chart

-Add/restore Add Pod section as step 3 of zone wizard UI

-Add network offering drop-down to zone wizard, for basic zone
2011-12-16 13:25:26 -08:00
Brian Federle
5c4697e9c1 Zone chart updates
-Remove system VMs from chart

-Remove tooltips
2011-12-16 11:07:58 -08:00
Jessica Wang
12b4461e25 bug 12534: cloudStack 3.0 new UI - remove GuestCIDR from zone creation. 2011-12-14 17:25:09 -08:00
Brian Federle
61d8678031 WIP: Implement user dashboard
** Still missing projects, IP address stats
2011-12-14 16:26:40 -08:00
Brian Federle
49aa03a807 Dashboard updates
-Implement general and host alert listings

-Move dashboard UI code to ui-custom/dashbaord.js
2011-12-14 15:44:09 -08:00
Brian Federle
94ed94c3fb Implement dashboard capacity section 2011-12-14 14:56:08 -08:00
Jessica Wang
919ca59d5c bug 10409: create zone - add domain suffix field 2011-12-14 11:57:14 -08:00
Brian Federle
405fa75b6d Implement system dashboard 2011-12-14 07:56:43 -08:00
Brian Federle
275ee35efc Add IE7-conditional CSS to index.jsp 2011-12-08 14:09:18 -08:00
Jessica Wang
2c9e1ff903 VM wizard - fix a label. 2011-12-07 17:23:29 -08:00
Brian Federle
484f579b40 Zero out dashboard; have 'view all' go to events 2011-12-07 16:18:25 -08:00
Brian Federle
5420554237 Add name field to add network on instance wizard 2011-12-07 11:36:55 -08:00
Brian Federle
e3aa4fb4bb bug 12351
-Add 'create new network' field on select network dropdown, with
 network offering select

-Merge direct/shared networks into one list
2011-12-06 16:19:13 -08:00
Brian Federle
994a74210f bug 12351
-Implement default network radio button for all networks
-Make all network items check boxes
-Automatically check a selected default network

NOTE: Updated server calls need still need to be implemented
2011-12-06 13:55:04 -08:00
Brian Federle
b03a8b5939 bug 12344: Updates to system section
-Move System VMs section to relevant are on zone chart
-Make Virtual Router provider a detail view
-Move Virtual Appliances listing to 'virtual routers' detail tab
2011-12-05 14:22:44 -08:00
Jessica Wang
6660f367d0 bug 12223: cloudStack 3.0 new UI - Add Physical Network button has been implemented yet. Hide it from UI for now. 2011-12-02 16:25:50 -08:00
Jessica Wang
0d564e864c cloudStack 3.0 new UI - VM Wizard - If a basic zone is selected in step 1, check if its guest network includes security group service. If yes, display security groups in step 5. Otherwise, display nothing in step 5. 2011-12-01 15:13:54 -08:00
Brian Federle
6e303c10e3 Various fixes to network section
-bug 12141: Show VM details on static NAT chart

-Move VPN actions from list view to detail view, to avoid excessive
 server calls from being made (due to needing additional calls to get
 VPN/network data)

-Fix network action refresh for list view and detail view
2011-12-01 13:46:31 -08:00
Brian Federle
edc2df1d73 -Correctly refresh properties on detail view action
-Support async edit action
-Make action notification section optional
-Add save button to apply detail view edit
-Fix indentation, button spacing for multi-edit items
2011-11-16 16:19:17 -08:00
Brian Federle
68e550dc3d Fix install wizard labels 2011-11-11 13:18:52 -08:00
Brian Federle
b911cd7df5 Merge branch 'master' into ui-install-wizard
Conflicts:
	ui/index-test.html
	ui/index.jsp
	ui/scripts-test/system.js
	ui/scripts/ui-custom/installWizard.js
2011-11-11 12:00:56 -08:00
Brian Federle
22f1755d77 Disable 'add pod' and 'add ip range' steps in zone wizard 2011-11-11 11:56:35 -08:00
Brian Federle
7eb51d65d0 Add base install wizard scripts 2011-11-11 10:28:58 -08:00
Brian Federle
771b27aa3d Remove VLAN range input from zone wizard 2011-11-11 10:12:59 -08:00
Brian Federle
3a2c6e76bc Add install wizard JS 2011-11-09 12:28:07 -08:00
Brian Federle
d9a5f851b5 Updated zone page; update detail view edit notification 2011-11-08 16:25:33 -08:00
Brian Federle
28521a3819 Updated header/project appearance; add new system chart view 2011-11-08 12:43:57 -08:00
Brian Federle
dda9b0bea3 Add additional project management actions; add project list view 2011-11-04 11:00:49 -07:00
Brian Federle
7dfaf2bb39 Implement projects server calls 2011-11-04 09:19:01 -07:00
Brian Federle
6152cdb36b Add updated projects UI 2011-11-03 15:13:07 -07:00
Brian Federle
29f510772c Add new UI; move old UI to old/ 2011-11-03 10:59:57 -07:00
Edison Su
6841e265d3 bug 10330: finally merge Rommer's CLVM patch
status 10330: resolved fixed
2011-11-02 18:03:58 -07:00
Jessica Wang
de9856f1c4 cloudStack - sync UI change from 2.2.y branch to mater branch. 2011-09-13 16:00:46 -07:00
Jessica Wang
ff3316b3f9 bug 11080: cloudStack - Add Primary Storage dialog - (1) add new protocol "OCFS2" to hypervisorType "OVM". (2) When "OCFS2" is selected, show/hide other fields like NFS is selected, except no server field. 2011-08-30 15:23:19 -07:00
Jessica Wang
69cab811aa bug 7553: cloudStack - add files for new page "System Service Offering". 2011-05-31 13:23:18 -07:00
Jessica Wang
d0174a22f9 bug 8296: show action complete(success/fail) info in a dialog box even users have navigated to a different page. This change applies to all actions in details tab in all pages. 2011-05-06 16:02:28 -07:00
Jessica Wang
c851253969 cloudStack UI - zone tree - basic zone - add network tab. “Add IP Range” button and “Add Firewall” button are available. 2011-04-27 15:29:03 -07:00
Jessica Wang
0b127c0aeb Zone Tree - zone arrow should be always expandable since there is always a secondary storage node under it. 2011-03-03 17:41:53 -08:00
Jessica Wang
c082425b16 Account page - Add Account dialog - change domain dropdown to input text field that has autoComplete function. 2011-02-22 15:05:06 -08:00
Jessica Wang
fdd4146b22 bug 8575: when mouse is over middle menu item, show tooltip related to this middle menu item. 2011-02-17 17:17:08 -08:00
Jessica Wang
ea9ef6f076 bug 8263: Zone page - details tab - add isPublic row. 2011-02-14 17:19:26 -08:00
Jessica Wang
15501508e0 bug 8426: localize text - translate title of confirmation/alert/error/sessionExpired dialogs. 2011-02-10 18:24:51 -08:00