Jessica Wang
0d5cc14acc
cloudstack 3.0 new UI - localization - add template action.
2012-02-07 12:30:30 -08:00
Jessica Wang
8358b2ba63
cloudstack 3.0 new UI - add Java core library, Java fmt library to index.jsp (for localization)
2012-02-07 12:02:54 -08:00
Jessica Wang
d9c5aa45c2
bug 13461: deploy VM wizard - step 2 (select template/ISO step) - correct label "My ISOs" to be "All ISOs" because that's what really show here.
2012-02-06 11:31:25 -08:00
bfederle
fbf1c958db
bug 12497
...
Fix back button causing erratic behavior, due to force re-populating
of form fields in each step; data only repopulates now if an item on a
previous step has changed.
status 12497: resolved fixed
2012-02-03 15:36:42 -08:00
bfederle
66b69a049b
bug 13210: User dashboard layout cleanup
...
-Replace broken 'My projects' with latest events listing
-Show real network stats; replace with 'Owned networks' and 'Owned IP
addresses'
status 13210: resolved fixed
2012-02-02 13:47:45 -08:00
bfederle
9221fdc7ef
bug 13413
...
Fix tooltips in zone wizard for public/management traffic types
status 13413: resolved fixed
2012-02-01 16:12:59 -08:00
Jessica Wang
9687bb51ef
bug 13080: instance wizard - basic zone - step 5 - when no networks nor security groups to select from, show text "The zone you selected does not have any choices for network selection" instead of "Either you select a basic zone whose guest network does not include security group service or your selected hypervisor does not have any additional network features or you don't have any zone that has security group enabled."
2012-02-01 14:31:47 -08:00
bfederle
cc63a451a7
bug 13288: Concatenate long zone names in dashboard UI
...
status 13288: resolved fixed
2012-01-30 13:26:38 -08:00
bfederle
83bc7d1c81
Remove UI test data
2012-01-27 09:01:57 -08:00
Jessica Wang
dfd28b0df8
add zone wizard - seperate addNetscalerDevice code out from configurePhysicalNetwork code. So, addNetscalerDevice can have its own error handling.
2012-01-26 13:22:50 -08:00
Jessica Wang
d569f383f9
bug 13313: new zone wizard - skip addHost step if cluster is VMware.
2012-01-25 11:40:37 -08:00
bfederle
eff786bcad
bug 13242
...
-Map allowed sticky session params to network capabilities, to only
show fields relevant to selected network
-Move sticky rules to separate JS file
2012-01-24 13:28:06 -08:00
bfederle
3a0886f891
Add documentation copy for zone wizard steps
2012-01-23 16:38:30 -08:00
bfederle
24c14006d2
Updated zone wizard / details
...
Rework zone wizard:
-Support creation of multiple physical networks via drag-and-drop UI
-Support configuration of traffic types
-Allow creation of complete zone resources -- pods, clusters, hosts,
storage -- in a similar fashion to the quick install
-Add requirements to support elastic load balancer
Rework zone details page:
-Convert old zone chart into a regular zone details pane, split into
multiple tabs
-Add zone-specific resources dashboard
-Allow display of multiple physical networks
2012-01-23 10:53:36 -08:00
bfederle
87f397b1e9
bug 11840: Correct validation on instance wizard
...
status 11840: resolved fixed
2012-01-05 11:36:21 -08:00
bfederle
867afce8da
Add percent labels to dashboard charts
2012-01-04 14:25:25 -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
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