Jessica Wang
b8cb55bca1
cloudstack 3.0 UI - infrastructure - zone detail - physical network section - add Isolation method to listView.
2012-04-26 16:53:06 -07:00
Jessica Wang
8d92440ec2
CS-14272: cloudstack 3.0 UI - Add Zone Wizard - physical networks step - add Isolation Method dropdown.
2012-04-26 16:19:46 -07:00
Jessica Wang
074f553cb7
CS-14338: cloudstack 3.0 UI - instance page - Destroy VM action - change after-action message.
2012-04-25 14:14:03 -07:00
bfederle
fd6c64e4d2
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:31:53 -07:00
Jessica Wang
a244fb6d42
CS-14385: cloudstack UI - Host page - add "HA Enabled" column which only shows When ha.tag global configuration is not empty.
2012-04-25 10:40:39 -07:00
Jessica Wang
66bb690b2d
CS-14624: cloudstack 3.0 UI - hide "Add Account" button from domain-admin.
2012-04-24 14:37:04 -07:00
Jessica Wang
f86e9f9eea
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:19:03 -07:00
Jessica Wang
bab65c8a29
CS-14297: cloudstack 3.0 UI - Delete Primary Storage dialogbox - add "Force Remove" checkbox.
2012-04-24 11:52:39 -07:00
Jessica Wang
8e3fc39b67
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:56:29 -07:00
Jessica Wang
71c9c6337b
CS-12407: cloudstack 3.0 UI - Add Netscaler device - when Dedicated checkbox is checked, hide Capacity field and pass "capacity=1" to API.
2012-04-24 10:56:03 -07:00
Salvatore Orlando
b8889eeb58
Fixing further issue with conflict resolution
2012-04-23 22:35:15 +01:00
Jessica Wang
08daf9eee0
cloudstack 3.0 UI - XSS - detailView in Edit mode - fix it to show original value instead of HTML-encoding value.
2012-04-23 22:33:18 +01:00
bfederle
d062c21cb2
Sanitize input for multi-edit, notification widgets
2012-04-23 22:33:18 +01:00
Jessica Wang
28218e6cfb
cloudstack 3.0 UI - replace old sanitizeXSS() with new cloudStack.sanitize().
2012-04-23 22:33:18 +01:00
bfederle
25f57c3f59
Sanitize detail view input rendering
2012-04-23 22:33:08 +01:00
bfederle
b04254220f
Sanitize list view input rendering
2012-04-23 22:32:17 +01:00
Jessica Wang
69e6d2e906
CS-14588: cloudstack 3.0 UI - VM Wizard - name field - allow uppercase.
2012-04-23 13:38:35 -07:00
Jessica Wang
f6c6518ada
CS-14186: cloudstack 3.0 UI - create network offering - when GuestIpType is Shared, hide SourceNat/StaticNat/PortForwarding/LoadBalancer/Firewall/VPN if zoneType is Advanced, hide SourceNat/PortForwarding/Firewall/VPN if zoneType is BAsic.
2012-04-23 10:43:35 -07:00
bfederle
e23b2ac1fd
Zone wizard UI: fix selects
...
Fix selects being populated twice, due to combination of async calls
and non-async operations when re-selecting options in setup zone step.
2012-04-20 16:05:57 -07:00
bfederle
e3bb5435f4
Zone wizard UI
...
Move network offerings array to local select fn scope, as it is only used there
2012-04-20 16:04:59 -07:00
bfederle
9e2167041b
Zone wizard UI
...
Add missing 'selectedNetworkOfferingObj' var, which may cause JS
errors in some cases
2012-04-20 14:58:08 -07:00
Pranav Saxena
8b35987b8d
CS-13830 : Zone's guest CIDR field is not modifiable in the UI
2012-04-19 15:17:40 -07:00
Pranav Saxena
26b4d180d1
CS-13830 : Zone's guest CIDR field is not modifiable in the UI
2012-04-19 15:17:27 -07:00
Brian Federle
231a67b951
Add missing 'fetchLatest' for second listCapacity call
2012-04-19 13:00:19 -07:00
Pranav Saxena
78dc2ecf18
CS-13904 : Labels for service offering CPU and memory not consistent
2012-04-19 12:53:42 -07:00
Jessica Wang
9d694dd8e7
cloudstack 3.0 UI - localize validation message for vm host name.
2012-04-18 18:20:42 -07:00
Jessica Wang
b7b77cea5c
CS-14559: cloudstack 3.0 UI - VM Wizard - last step - screen doesn't change, but user-entered VM name will be passed as hostname and displayname to deployVirtualMachine API. Add validation of user-entered name field to match naming rule of hostname.
2012-04-18 17:45:41 -07:00
Jessica Wang
c446c46cb7
cloudstack 3.0 UI - host page - list view - add State column with color and icon.
2012-04-18 14:12:12 -07:00
Jessica Wang
cff7ff5fc4
cloudstack 3.0 UI - instance page - attach ISO - fix a localization error.
2012-04-18 14:02:18 -07:00
Jessica Wang
e32449613d
CS-14142: cloudstack 3.0 UI - Instance page - show Attached ISO name instead of Attached ISO Yes/No.
2012-04-18 13:52:53 -07:00
Jessica Wang
e6d064952d
cloudstack 3.0 UI - statistics tab in Instance page, Host page - Network Read, Network Write - if API returns 0, show 0 instead of N/A.
2012-04-18 13:31:11 -07:00
Jessica Wang
4a7c7da191
CS-13896: cloudstack 3.0 UI - register template, register ISO - correct message and label.
2012-04-18 12:15:25 -07:00
Jessica Wang
4cc9bf95c8
CS-13589: cloudstack 3.0 UI - volume page - when a volume is in "Migrating" state, disallow any action.
2012-04-17 16:24:44 -07:00
Jessica Wang
e852857f9e
bug 14516: add zone wizard - exclude EIP, ELB, SG network offerings only when hypervisor is VMware or BareMetal.
2012-04-17 11:06:05 -07:00
Jessica Wang
64b45722de
cloudstack 3.0 UI - deployVM action - not show dialogbox of "password of new VM xxx is yyy" if deployVirtualMachine API doesn't return password (regardless of passwordenabled property).
2012-04-17 10:35:35 -07:00
Jessica Wang
193e835717
bug 14410: cloudstack 3.0 UI - instance page - Start VM action - show vm password on screen if startVM API returns it.
2012-04-16 18:22:12 -07:00
Jessica Wang
2f36d60bde
bug 12688: fix a bug in listView widget that didn't pass correct filterBy object to loadBody().
2012-04-16 14:59:23 -07:00
Jessica Wang
177c5277c8
bug 14476: cloudstack 3.0 UI - IP address page - VPN tab - fix a bug that newly added VPN users didn't show up on UI when owner of IP Address is different from current login.
2012-04-13 21:11:36 -07:00
Jessica Wang
8f6e3e5ea9
cloudstack 3.0 UI - add Network offering dialog - correct label of service offering from Compute offering to System offering.
2012-04-13 14:41:10 -07:00
Jessica Wang
c33ecdeaba
bug 14368: cloudstack 3.0 UI - domain page - add "Update Resource Count" action ("Update Resource Count" is different from "Update Resource Limit")
2012-04-13 10:17:03 -07:00
Jessica Wang
172ea6f109
cloudstack 3.0 UI - add zone wizard - step 2 - fix a bug that change event of network offerings dropdown was not triggered when visiting step 2 the first time.
2012-04-12 16:25:56 -07:00
Jessica Wang
60d45ec5e3
cloudstack 3.0 UI - fix a JS error "selectedNetworkOfferingObj is not defined"
2012-04-12 16:25:38 -07:00
Jessica Wang
b3bf6f08e6
bug 14386: cloudstack 3.0 UI - add zone wizard - basic zone - network offering dropdown - exclude network offerings having EIP/ELB/SG if hypervisor is not XenServer.
2012-04-12 16:25:10 -07:00
Jessica Wang
757c3542e8
cloudstack 3.0 UI - dialog widget - remove a line that produced a bug that change event is trigger before data is populated in this dropdown in selectFn($.extend(selectArgs, dependsOnArgs)). Besides, selectFn($.extend(selectArgs, dependsOnArgs)) includes the line, $input.trigger('change'), already.
2012-04-12 16:24:53 -07:00
pranav
ee0f3e898c
Bug 12833 addition of Fetch Latest Button on the Dashboard
...
Conflicts:
client/WEB-INF/classes/resources/messages.properties
ui/css/cloudstack3.css
reviewed-by: brian
2012-04-12 15:15:31 -07:00
Pranav Saxena
582e62c204
Bug 14632 : CS-14393 3.0.1 Hosts' Statistics page show memory values as TB
...
Conflicts:
ui/scripts/system.js
reviewed-by: brian
2012-04-12 15:02:31 -07:00
Brian Federle
db25ef518b
bug CS-14441: Fix typo in VMware traffic label ID
2012-04-12 12:17:52 -07:00
Jessica Wang
0c33016c9f
cloudstack 3.0 UI - security group - ingress rule - fix a bug that Account, Security group failed to be translated.
2012-04-11 17:29:19 -07:00
Jessica Wang
38e54d35e0
bug 14418: cloudstack 3.0 UI - network - security group - after remove action completes, close detailView and remove corresponding row from listView.
2012-04-11 16:18:55 -07:00
Jessica Wang
1107ee7f9a
cloudstack 3.0 UI - Event page, Alert page - implement Refresh button.
2012-04-11 15:39:46 -07:00
Jessica Wang
2152e9fd25
cloudstack 3.0 UI - service offerings - implement Refresh button.
2012-04-11 15:17:23 -07:00
Jessica Wang
53ca91024a
cloudstack 3.0 UI - infrastructure - physical network - network service providers - F5, Netscaler, SRX - devices - (1) correct section id. (2) After remove action completes, close detailView and remove the row from listView.
2012-04-11 14:56:05 -07:00
Pranav Saxena
bc8685975a
Bug 14211: CS- 14211 Redundant User Instance Field in UI
2012-04-11 14:34:00 -07:00
Brian Federle
bd58de20fc
bug CS-14419
...
Add error handling for delete security group action
status CS-14419: resolved fixed
2012-04-11 11:51:03 -07:00
Jessica Wang
cd9c24a978
cloudstack 3.0 UI - infrastructure - physical network - network service providers - Netscaler/F5/SRX - devices - change breadcrumb to show Devices instead of Netscaler/F5/SRX (to distinguish between provider and devices).
2012-04-11 11:38:51 -07:00
Jessica Wang
66cdfcec3f
cloudstack 3.0 UI - infrastructure - physical network - network service providers - when clicking Netscaler/F5/SRX, get fresh data from API call instead of cache.
2012-04-11 10:52:32 -07:00
Jessica Wang
b6eae2855f
cloudstack 3.0 UI - Secondary Storage page - detail view - implement Refresh button.
2012-04-10 16:58:13 -07:00
Jessica Wang
3ae0ecb0eb
cloudstack 3.0 UI - Primary Storage page - detail view - implement Refresh button.
2012-04-10 16:42:55 -07:00
Jessica Wang
3c79f45994
cloudstack 3.0 UI - Host page - detail view - implement Refresh button.
2012-04-10 16:23:59 -07:00
Jessica Wang
ed7066c587
cloudstack 3.0 UI - Pod page - detail view - implement Refresh button.
2012-04-10 15:53:14 -07:00
Jessica Wang
f1af23d88d
cloudstack 3.0 UI - physical network page - Network Service Providers - SRX - devices - detailView - implement Refresh button.
2012-04-10 15:43:28 -07:00
Jessica Wang
b2a0b33c84
cloudstack 3.0 UI - physical network page - Network Service Providers - F5 - devices - detailView - implement Refresh button.
2012-04-10 15:02:27 -07:00
Jessica Wang
ac0e2c314e
cloudstack 3.0 UI - physical network page - Network Service Providers - Virtual Router - Instances tab - detailView - implement Refresh button.
2012-04-10 14:47:50 -07:00
Jessica Wang
e27537f51b
cloudstack 3.0 UI - physical network page - Network Service Providers - Virtual Router - Instances tab - implement Refresh button.
2012-04-10 12:33:25 -07:00
Jessica Wang
ae8e9a11ec
cloudstack 3.0 UI - physical network page - Network Service Providers - Virtual Router - get supported services from API call instead of hard-coding.
2012-04-10 11:49:10 -07:00
Jessica Wang
e4a41071de
cloudstack 3.0 UI - physical network page - Network Service Providers - Virtual Router - implement Refresh button.
2012-04-09 16:57:21 -07:00
Jessica Wang
5659691140
cloudstack 3.0 UI - physical network page - guest traffic type - networks tab (guest networks) - implement Refresh button.
2012-04-09 16:18:00 -07:00
Jessica Wang
ed943dbd75
cloudstack 3.0 UI - physical network page - guest traffic type - implement Refresh button.
2012-04-09 15:34:09 -07:00
Jessica Wang
3cf68e14c7
cloudstack 3.0 UI - System VM page - implement Refresh button.
2012-04-09 15:05:16 -07:00
Brian Federle
3a5a60c0be
Add 'view all' shortcuts for common zone resources
...
On the physical resources dashboard, add a button to view all
resources for pods, clusters, and hosts. This will compile a
list view containing the resources across all zones.
In order to be able to add resources when in this zone-inspecific mode,
a zone drop-down had to be added to the create forms for
pods, clusters, and hosts.
2012-04-09 13:26:08 -07:00
Jessica Wang
97d9862de7
bug 14539: cloudstack 3.0 UI - system VM page - add "change service offering" action which shows when systemVM state is Stopped.
2012-04-06 15:48:42 -07:00
Jessica Wang
b646c82724
cloudstack 3.0 UI - Add Network Offering dialog - compute offering (service offering) dropdown - populate only service offerings for domain router.
2012-04-06 10:23:01 -07:00
Brian Federle
711551e34f
UI: detail view
...
Support dynamically updating context on detail view load, to support cases
where certain context items are required by other elements loaded, but may not
be present in the browser history.
2012-04-05 15:44:08 -07:00
Brian Federle
0194ca1954
Projects UI: fix dialog
...
Remove closeOnEscape from $(':ui-dialog') option calls, as they cause
JS errors breaking the projects UI. closeOnEscape is already defined
when the dialog is initialized, so these don't need to be defined
again.
2012-04-05 13:39:48 -07:00
Pranav Saxena
65ecbcae0b
Bug : 13582 UI freezes because of pressing Escape key
2012-04-05 13:39:41 -07:00
Brian Federle
a92b98d790
Projects UI
...
Fix issue where removing project didn't remove detail view
2012-04-05 13:24:16 -07:00
Brian Federle
6531618289
bug 14411: Add 'None' option for no host OS preference
2012-04-05 11:53:42 -07:00
Jessica Wang
984c4bbdb7
cloudstack 3.0 UI - system service offering page - (1) add System VM Type dropdown in Add Service Offering dialog. (2) add System VM Type in detailView.
2012-04-04 16:36:30 -07:00
Jessica Wang
68f9e6f4ea
bug 14591: cloudstack 3.0 UI - remove Change Service option from router page.
2012-04-04 15:05:14 -07:00
Brian Federle
ccdca396d3
bug 14603
...
-Disable display of public traffic icon for basic zone, non-EIP/ELB
-Show public traffic icon as 'required' for basic zone in EIP/ELB
2012-04-04 14:52:38 -07:00
Brian Federle
fc0327677a
Cleanup whitespace + indentation for UI widgets
2012-04-03 15:35:36 -07:00
Pranav Saxena
c85daa95c9
Bug 12343: Multiple Clicks on View More buttons adding extra tab in the bread crum bar
2012-04-03 15:26:17 -07:00
Brian Federle
6263ae9944
Detail view UI fix
...
Fix case where detail view data does not update, after async action
2012-04-03 14:42:34 -07:00
Jessica Wang
d983462558
cloudstack 3.0 UI - global settings page - fix a bug that "value" column turned blank when Save button is being clicked.
2012-04-03 14:13:57 -07:00
Brian Federle
297fbc171c
bug 14569
...
Always show 'change service' action, even when VM is running. When VM
is running, show a popup indicating user to stop VM, and do not
perform action.
2012-04-03 11:44:21 -07:00
frank
2f634c0913
Switch to Apache license
2012-04-03 04:50:05 -07:00
Jessica Wang
892a29c2ef
bug 14585: cloudstack 3.0 UI - systemVM page - after destroy action completes, close detailView and remove it from listView.
2012-04-02 17:03:57 -07:00
Jessica Wang
3aed5ee830
bug 14586: cloudstack 3.0 UI - fix a bug that Download Template action didn't pop up a dialog box showing download URL.
2012-04-02 16:33:13 -07:00
Jessica Wang
a62fb3a1f9
cloudstack 3.0 UI - domain page - fix a JS error that appears after a new domain is created - "context[$detailView.data('view-args').section] is undefined"
2012-03-30 17:26:48 -07:00
Jessica Wang
0b6c9fed5e
bug 12421: cloudstack 3.0 UI - infrastructure page - cluster section - add an extra property ("state" property) to cluster object from API call. "state" property is not returned by API call. "state" property's value is determined by "managestate" property and "allocation" property returned by API call.
2012-03-30 16:31:56 -07:00
Brian Federle
3107ad88a5
Add missing page + pageSize params to network provider list views
2012-03-30 15:04:23 -07:00
Brian Federle
0e1a245c56
bug 14556: Add missing page + pageSize params to PF/LB list view
2012-03-30 14:53:02 -07:00
Jessica Wang
30dbea1ff7
bug 12421: cloudstack 3.0 UI - detailView widget - fix a bug that updated data returned by API call got lost, so failed to update detailView with updated data.
2012-03-30 13:32:49 -07:00
bfederle
608cbd266f
Instance wizard: show loading overlay on launch
...
When clicking the launch VM button, immediately show a loading overlay,
preventing multple clicks which can accidentally launch multiple VMs.
2012-03-29 13:49:55 -07:00
Jessica Wang
297ec02dea
bug 14532: cloudstack 3.0 UI - IP Address page - StaticNAT IP - configuration - clicking Firewall - show Firewall multiEdit screen instead of NAT Port Range screen because createIpForwardingRule/deleteIpForwardingRule/listIpForwardingRules API are obsolete in cloudstack 3.0
2012-03-29 11:53:10 -07:00
Jessica Wang
7da24db79b
Revert - bug 14532: cloudstack 3.0 UI - IP Address page - StaticNAT IP - NAT Port Range - protocol dropdown - add ICMP option
2012-03-28 20:25:35 -07:00
Jessica Wang
afb148a38c
bug 14532: cloudstack 3.0 UI - IP Address page - StaticNAT IP - NAT Port Range - protocol dropdown - add ICMP option
2012-03-28 19:32:44 -07:00
Jessica Wang
bb7811c4e0
bug 14525: cloudstack 3.0 UI - Instance page - attach ISO action - populate ISO dropdown by 3 listISOs API call with 3 different isofilter parameter.
2012-03-28 15:43:11 -07:00
Brian Federle
698a1bb3cd
Merge branch 'master' of git.cloud.com:/var/lib/git/cloudstack-oss
...
Conflicts:
client/WEB-INF/classes/resources/messages.properties
2012-03-28 15:03:17 -07:00
Brian Federle
3e2ca5a54f
bug 14519
...
Show separate message for basic zone setup physical network UI
2012-03-28 15:01:43 -07:00