Commit Graph

2785 Commits

Author SHA1 Message Date
Jessica Wang 822c50cdcc CS-14901: cloudstack 3.0 UI - IP Address page - SourceNAT IP - when network offering's Conserve Mode is off, hide Enable Static NAT, Enable VPN action. 2012-05-16 13:45:39 -07:00
Brian Federle d879d370e0 UI proprietary build: rename 'CloudStack' -> 'CloudPlatform'
When EULA is present for a proprietary build, show 'CloudPlatform'
instead of 'CloudStack' in the logo for the login form and top header.
2012-05-16 10:43:56 -07:00
Jessica Wang 3706941010 cloudstack 3.0 UI - IP Address page - args.id is obsolete. Use args.context.ipAddresses[0].id instead. 2012-05-15 16:03:38 -07:00
Jessica Wang 0cda716cf0 cloudstack 3.0 UI - IP Address page - action filter - optimize status handling. 2012-05-15 15:43:43 -07:00
Jessica Wang 57365be63b CS-14905: volume page - Attach Disk action - Instance dropdown - populate only instances whose hypervisor matches this volume's hypervisor. 2012-05-15 15:19:53 -07:00
Edison Su 5a5be77d37 CS-14521
Remove CLVM, due to license issue
2012-05-15 15:12:18 -07:00
Brian Federle 4699172db2 CS-13123: Hide diagram parts on change password form 2012-05-15 11:57:30 -07:00
Sanjay Tripathi a626e77041 CS-14844: Api key and secret key is truncated in the user details view 2012-05-15 23:20:25 +05:30
Brian Federle 5a6454b8b5 CS-14717
Hide public traffic subnav when in basic zone configuration and not in
EIP/ELB
2012-05-14 15:50:23 -07:00
Brian Federle ecbe959a23 CS-13874
If no 'custom' instance name is specified for a VM, use the
'instancename' field instead of 'displayname' for the label in PF/LB
UI.
2012-05-14 13:53:54 -07:00
Jessica Wang 8a08e379f1 cloudstack 3.0 UI - When API returns an error whose errorcode is 401, show Session Timeout message instead of errortext in API response ("unable to verify user credentials and/or request signature"). So it will be clear to user what to do next (i.e. log out and log in again). 2012-05-14 13:52:08 -07:00
Brian Federle d7cdd71ada CS-14715
Concatenate long user names, to prevent header bar from wrapping

Conflicts:

	ui/scripts/ui/utils.js
2012-05-14 12:44:00 -07:00
Brian Federle 6da9d20a82 CS-14339, CS-14241
In instance wizard, use configuration value for max. custom disk
offering size, instead of hardcoding the max size to 100 GB
2012-05-14 11:45:37 -07:00
Pranav Saxena c4578f439c CS-14872 : Text for on hover iso and form for ISO's corrected
reviewed-by: brian
2012-05-14 11:26:36 -07:00
Jessica Wang 833993cf09 CS-14870: cloudstack 3.0 UI - network offering page - detail view - add tags field. 2012-05-14 10:11:42 -07:00
bfederle 44d04fd58e IP addresses: fix for projects + port forwarding
-Port forwarding: only show VMs of the IP's owner

-Don't pass account/domain ID for acquire IP address and list VMs for
 static NAT/PF/LB
2012-05-10 17:05:20 -07:00
bfederle a491a6ee35 CS-14797
Pass IP address's account + domainid for listing VMs on PF/LB/Static
NAT. This prevents an admin from attaching one user's VM to another
user's IP address.
2012-05-10 16:30:26 -07:00
Jessica Wang faa0cb1035 CS-14017: create network offering - when Guest Type is Shared, check and disable Specify VLAN checkbox. When Guest Type is Isolated, enable Specify VLAN checkbox. 2012-05-10 16:17:21 -07:00
bfederle 786c92591d CS-14679
Fix label on primary storage required 'path' field
2012-05-10 14:22:26 -07:00
Jessica Wang 6b1f87fb80 CS-14760: volume page - (1) no actions are available when volume state is Uploading. (2) only remove action is available when volume state is UploadError. 2012-05-10 11:31:01 -07:00
Jessica Wang 50caf8f7c4 CS-14761: volume page - make migration action available only when volume state is Ready. 2012-05-10 11:13:35 -07:00
Sanjay Tripathi 4711d5525d CS-14562: Domian page does not show up (spinner shown) for a very long time when there are large number of hosts and vms. 2012-05-10 23:33:53 +05:30
Jessica Wang e1f2c84689 CS-14815: cloudstack 3.0 UI - add network offering - show LB Isolation dropdown only when (1)LB Service is checked (2)Service Provider is Netscaler OR F5 (3)Guest IP Type is Isolated 2012-05-08 17:09:19 -07:00
Jessica Wang cacd2ffae4 Revert "Revert "CS-14735: cloudstack 3.0 UI - Upload Volume - uploadVolume API is sync instead of async. Here is related UI change.""
This reverts commit e577c6618b.
2012-05-08 16:16:14 -07:00
Sanjay Tripathi 62fa67409d Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x 2012-05-08 12:35:26 +05:30
Jessica Wang 3d0811ecb7 cloudstack 3.0 UI - IP Address page - listView - remove dummy filter. 2012-05-07 15:38:26 -07:00
Jessica Wang 99f88eff32 cloudstack 3.0 UI - single sign on - provide example code to log out to a different location instead of the login page. 2012-05-07 15:00:07 -07:00
Jessica Wang 2dff3e7422 cloudstack 3.0 UI - log out - error handling - not reload the current document when onLogoutCallback() return false 2012-05-07 14:04:07 -07:00
Jessica Wang 3eb48821c6 CS-14295: cloudstack 3.0 UI - volume page - upload volume dialog - add checksum field. 2012-05-07 11:11:30 -07:00
Sanjay Tripathi 9b567ac6bf CS-13377 : Can't mark a template as featured during template creation from a root volume. 2012-05-07 16:02:10 +05:30
Sanjay Tripathi eef899897b Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x 2012-05-07 11:17:05 +05:30
JohnZ e577c6618b Revert "CS-14735: cloudstack 3.0 UI - Upload Volume - uploadVolume API is sync instead of async. Here is related UI change."
This reverts commit 12145bbf7c.
2012-05-06 18:32:46 +01:00
Jessica Wang 12145bbf7c CS-14735: cloudstack 3.0 UI - Upload Volume - uploadVolume API is sync instead of async. Here is related UI change. 2012-05-04 17:00:13 -07:00
Jessica Wang c356fb922f CS-14737: cloudstack 3.0 UI - state column in Volume/Snapshot/Instance/SecondaryStorage/Project page - should display state value as is (i.e. as returned in API call). Shouldn't localize value returned in API call. 2012-05-04 16:36:28 -07:00
Jessica Wang 9d2cdad35c CS-14116: cloudstack 3.0 UI - add guest network dialog: make vlan/gateway/netmask required when network offering is Isolated with no SourceNat. 2012-05-04 15:43:14 -07:00
Jessica Wang 092b87aebe CS-14116: cloudstack 3.0 UI - (1) add guest network dialog: make vlan/gateway/netmask required when network offering is "Shared". (2) dialog widget: be able to change field to required or not-required after createForm is rendered. 2012-05-04 15:05:49 -07:00
bfederle c452e0a0c3 Fix BG for setup guest traffic form in basic zone 2012-05-04 10:00:46 -07:00
Sanjay Tripathi 419ff950a0 bug 13461: Usage server restart required after some configuration changes. 2012-05-04 11:07:02 +05:30
Jessica Wang b0ccfc9d14 cloudstack 3.0 UI - login page - add a blank option to language dropdown. When this blank option is selected, browser's default language will be used. 2012-05-03 15:40:22 -07:00
Jessica Wang a61f3238c4 CS-14295: cloudstack 3.0 UI - volume page - listView - implement "Upload Volume" action. 2012-05-02 16:22:05 -07:00
bfederle 3848dfe109 WIP: Upload volume UI
Adds new action, upload volume, to the storage->volumes list view
header. This will present a dialog to specify URL & name of volume,
and select a VM to attach the volume to.

Server API calls are still incomplete and rely on hardcoded values.

Conflicts:

	ui/index.jsp
2012-05-02 14:30:16 -07:00
Jessica Wang 92dc870f3e cloudstack 3.0 UI - dialog widget - add new function cloudStack.dialog.createFormField.validation.required.add(), cloudStack.dialog.createFormField.validation.required.remove() 2012-05-02 14:02:03 -07:00
Salvatore Orlando 4643e403ff Finishing merge with 3.0.x 2012-05-01 15:08:51 +01:00
Brian Federle 19ffa64980 Add field ID to list view <th>s 2012-05-01 13:48:41 +01:00
Brian Federle d9e8853d6b bug 14093
Uncheck conditional fields to be hidden, to avoid hidden services from
accidentally being enabled
2012-05-01 13:48:40 +01:00
Brian Federle 027aa4aadc bug 14093
Don't show specific provider fields on add network offering if in
Advanced/Shared configuration:

-Source NAT
-Static NAT
-PF
-LB
2012-05-01 13:48:36 +01:00
Brian Federle 0f4f1049a7 Add tests for navigation and homepage; basic fixes 2012-05-01 13:47:23 +01:00
Brian Federle 33a066def4 Only show invitations if projects UI is initialized 2012-05-01 13:47:20 +01:00
Brian Federle 3cc4aa5ee6 bug 13072: Remove host 'type' field
status 13072: resolved fixed
2012-05-01 13:18:46 +01:00
Brian Federle 50bb5704a8 bug 13965
Remove listPhysicalNetworks API altogether from network step
2012-05-01 13:15:47 +01:00
Brian Federle 8b1daa5466 bug 13965
For regular user, don't do list physical networks API call on instance
wizard
2012-05-01 13:15:34 +01:00
Brian Federle 52e9032a02 Get EULA specific to selected language 2012-05-01 13:14:45 +01:00
Brian Federle 1e2e3b524c Make default language English, if no cookie set 2012-05-01 13:14:33 +01:00
Brian Federle b2c712b8c7 Navigation organizational changes
-Rename 'System' -> 'Infrastructure'

-Rename 'service offering' -> 'compute offering'
 (including all associated labels)

-Rename 'Configuration' -> 'Service Offerings'

-Move hypervisor capabilities under global settings

-Rename 'Compute' -> 'Compute and storage'
2012-05-01 13:13:49 +01:00
Brian Federle 94dea8aadb UI: Browser widget fix
Fix elems.undefined error, which happens when destroyed panel
continues to animate.

-- This happened particularly in the domain section, when clicking
to/from another section while the details panel was sliding in.
2012-05-01 13:13:02 +01:00
Brian Federle 913e465e29 bug 13815
Add language drop-down to login screen

status 13815: resolved fixed
2012-05-01 13:09:17 +01:00
Jessica Wang 6042038775 cloudstack 3.0 new UI - add zone wizard - public traffic - show different description for basic zone and advanced zone. 2012-05-01 13:08:57 +01:00
Jessica Wang 08e28b8905 cloudstack 3.0 new UI - add zone wizard - guest traffic - show different description for basic zone and advanced zone. 2012-05-01 13:08:38 +01:00
Brian Federle 10d3dffd94 Hide Citrix logo if no EULA is present (i.e., is OSS version) 2012-05-01 13:07:35 +01:00
Brian Federle b5678c3a83 Install wizard: Conditionally load EULA
Conditionally show EULA screen, only if eula.html is retrieved
successfully via AJAX call (i.e., doesn't return a 404). Otherwise,
bypass EULA and start with intro screen.
2012-05-01 13:06:46 +01:00
Jessica Wang 232d31429a cloudstack 3.0 new UI - add more localization labels. 2012-05-01 13:05:44 +01:00
Jessica Wang f175c273b8 cloudstack 3.0 new UI - add more localization labels. 2012-05-01 13:05:17 +01:00
Jessica Wang 0f9f2b729e cloudstack 3.0 new UI - add more localization labels. 2012-05-01 13:02:59 +01:00
Brian Federle 5a812feed6 Complete localization for quick install wizard
-- Also separates EULA into an iframe-embedded HTML file
2012-05-01 13:02:09 +01:00
Jessica Wang fde53959bf cloudstack 3.0 new UI - add more localization labels. 2012-05-01 13:01:24 +01:00
Jessica Wang 238cf2324a cloudstack 3.0 new UI - correct localization label format 2012-05-01 13:01:04 +01:00
Jessica Wang 3f2bbee9c3 cloudstack 3.0 new UI - localize messages during zone creation. 2012-05-01 13:00:41 +01:00
Brian Federle d7f90116fc bug 13743: New zone wizard step -- configure storage traffic
For an advanced zone, with the storage traffic type assigned to a
network, add a new step to configure the IP ranges of the storage
traffic type.
2012-05-01 12:59:58 +01:00
Jessica Wang a808035b3d bug 13629: system page - network providers section - basic zone: no F5 and SRX. 2012-05-01 12:59:29 +01:00
Jessica Wang 701352add1 cloudstack 3.0 new UI - system page - localize IP Ranges sections. 2012-05-01 12:59:10 +01:00
Jessica Wang 3fac17c577 cloudstack 3.0 new UI - system page - Advanced zone - Guest traffic type - Network tab - Network detailView - View IP Ranges - remove obsolete code for Basic zone since this section is only available for Advanced zone now. 2012-05-01 12:58:54 +01:00
Jessica Wang ca34696175 cloudstack 3.0 new UI - system page - localize secondary storage section. 2012-05-01 12:58:41 +01:00
Jessica Wang 54ccd37912 cloudstack 3.0 new UI - system page - localize primary storage section. 2012-05-01 12:58:17 +01:00
Jessica Wang 2aeb88ee0c cloudstack 3.0 new UI - system page - localize host section. 2012-05-01 12:57:53 +01:00
Jessica Wang 9e1a1c3a31 cloudstack 3.0 new UI - system page - localize zone actions. 2012-05-01 12:56:33 +01:00
Brian Federle 8f583b1bc5 bug 13729: Support adding network tags
Allow editing of physical network tags, by going to
physical network->guest details->edit

status 13729: resolved fixed
2012-05-01 12:53:00 +01:00
Brian Federle fb7575f8a6 WIP: Install wizard localization 2012-05-01 12:47:34 +01:00
Jessica Wang ce653cc782 cloudstack 3.0 new UI - system page - localize network providers section. 2012-05-01 12:46:34 +01:00
Jessica Wang 13eb796a99 cloudstack 3.0 new UI - system page - (1) localize management traffic type (2) remove createVlanIPRange after creating guest network for basic zone. Because this AddGuestNetwork dialog is not available in basic zone any more. 2012-05-01 12:21:22 +01:00
Brian Federle ec3ec924b6 Missing detail view widget localization 2012-05-01 11:59:08 +01:00
Brian Federle 229224207a Localize global settings 2012-05-01 11:41:10 +01:00
Jessica Wang a7484912a3 3.0 UI - localize system service offering page. 2012-05-01 11:17:51 +01:00
Jessica Wang b088860fd8 3.0 UI - localize service offering page. 2012-05-01 11:11:47 +01:00
Jessica Wang 40a84ffe1a CS-13162: cloudstack 3.0 UI - Instance page - detail view - add "Public IP" column. 2012-04-30 16:53:15 -07:00
Jessica Wang 84c13afa62 CS-14338: cloudstack 3.0 UI - Restore VM action - after action completed, show "Task completed: Restore Instance" instead of "Task completed: Restoring VM: null". 2012-04-30 16:42:08 -07:00
Jessica Wang 7c8f0ede7e CS-14206: cloudstack 3.0 UI - create network offering - show Elastic LB checkbox, LB Isolation dropdown only when (1)LB Service is checked (2)Service Provider is Netscaler (3)Guest IP Type is Shared;
show Elastic IP checkbox only when (1)StaticNat Service is checked (2)Service Provider is Netscaler (3)Guest IP Type is Shared.
2012-04-30 15:56:46 -07:00
bfederle d80688ddce CS-14461: Add more infrastructure page shortcuts
-Add additional shortcuts for:
  -Primary storage
  -Secondary storgage
  -Virtual routers
  -System VMs

-Replace host stats with the new shortcuts

-Add 'zone' dropdown to create form for the newly added-shortcuts'
 sections, to support creating these items without a zone context

Conflicts:

	ui/index.jsp
2012-04-30 10:36:02 -07:00
Abhi 6726f3b0d0 bug CS-14663: accepting encoded password for MD5 2012-04-28 12:30:29 +05:30
Jessica Wang 77dd95a3b5 cloudstack 3.0 UI - add network offering - fix a bug that wrongly calculated advanced zones. 2012-04-27 16:16:40 -07:00
Jessica Wang 31997fa89d bug 14610: cloudstack 3.0 - single sign on - log out - not reload original location if onLogoutCallback() returns false because new location has been specified in onLogoutCallback(). 2012-04-27 15:01:56 -07:00
Jessica Wang 83e904ab19 bug 14610: cloudstack 3.0 - single sign on - fix a bug that logout didn't work for single-sign-on. 2012-04-27 14:08:39 -07:00
Jessica Wang a119abda0d cloudstack 3.0 UI - infrastructure - zone detail - physical network section - add Isolation method to listView. 2012-04-26 16:52:09 -07:00
Jessica Wang bf4232974f CS-14272: cloudstack 3.0 UI - Add Zone Wizard - physical networks step - add Isolation Method dropdown. 2012-04-26 16:18:42 -07:00
Jessica Wang 17c150a4f1 CS-14338: cloudstack 3.0 UI - instance page - Destroy VM action - change after-action message. 2012-04-25 14:04:34 -07:00
bfederle 845e9b5408 CloudStack: Main UI logo fix
Fix logo not being present on fresh install (for commercial build),
after clicking out of quick install
2012-04-25 12:32:18 -07:00
Jessica Wang 8962194f42 CS-14385: cloudstack UI - Host page - add "HA Enabled" column which only shows When ha.tag global configuration is not empty. 2012-04-24 17:06:04 -07:00
Jessica Wang c4719e91f5 CS-14624: cloudstack 3.0 UI - hide "Add Account" button from domain-admin. 2012-04-24 17:06:03 -07:00
Jessica Wang 21ebf03ea1 cloudstack 3.0 UI - infrastructure page - guest traffic type - network tab - fix a bug that clicking a network that doesn't belong to current login user would show spinning wheel forever in detailView. 2012-04-24 12:14:15 -07:00
Jessica Wang 37007f8071 CS-14297: cloudstack 3.0 UI - Delete Primary Storage dialogbox - add "Force Remove" checkbox. 2012-04-24 11:49:53 -07:00
Jessica Wang f78874d825 CS-12407: cloudstack 3.0 UI - Add F5 device - when Dedicated checkbox is checked, hide Capacity field and pass "capacity=1" to API. 2012-04-24 10:50:53 -07:00