Brian Federle
314c1f90c4
Clean up handling for UI refresh events
...
-Always unbind event if object isn't visible
-Use widget-specific refresh event for multi-edit actions, to prevent
other widgets from being refreshed unecessarily.
2011-12-09 09:12:48 -08:00
Brian Federle
77ee3cedd5
Clean up UI error handling
...
Restore error messages for widgets -- as the default error handler
will be overridden if an error fn is specified, thus rendering no
message
2011-12-09 08:04:23 -08:00
Jessica Wang
6ac6b95e3c
bug 11814:cloudStack 3.0 new UI - register template - show 3 new dropdowns (root disk controller, NIC adapter type, keyboard type) if selected hypervisor is VMware
2011-12-08 16:29:41 -08:00
Brian Federle
bc3a4d44d7
Remove unneeded dialog notifications from configuration section
2011-12-08 15:43:05 -08:00
Brian Federle
302541b5fb
Network offering fixes/cleanup
...
-bug 12387: Add delete network offering action
-bug 12450: Properly refresh all network offering actions
-Make all list view actions visible in detail view
status 12387: resolved fixed
status 12450: resolved fixed
2011-12-08 15:42:45 -08:00
Brian Federle
04a2263e5e
Set AJAX defaults to always use JSON and async
2011-12-08 15:38:34 -08:00
Brian Federle
1a524de689
bug 12396: Put apply button on bottom of detail view
...
-In order to have the 'Apply' button always visible when editing data,
only put the main fields (i.e., everything except action bar and
apply button) into a scrollable container.
-Move apply button to bottom of detail view pane
2011-12-08 14:33:30 -08:00
Brian Federle
c9e7f3a1c0
bug 12334: Don't show destroy action to non-owners of project
...
status 12334: resolved fixed
2011-12-08 13:36:41 -08:00
Jessica Wang
5df5cdcbf3
cloudStack 3.0 new UI - VM wizard - optimize code that forms deployVM API call.
2011-12-08 11:11:32 -08:00
Brian Federle
ba4f814d90
Fix enable static NAT dialog
...
Require VM selection, or pop-up error message -- prevents server call
from being made without a required VM.
2011-12-07 19:59:31 -08:00
Jessica Wang
16ff38d0fd
bug 12381: fix a bug that opening another window to view console causes a JavaScript error "invalid argument"
2011-12-07 19:01:20 -08:00
Brian Federle
c2bfc51b2b
bug 12396
...
Fix list view columns not aligning with header, in some cases where
there are 2 columns and the data provider returns quickly.
2011-12-07 18:58:21 -08:00
Jessica Wang
04c7bb7518
bug 12231: system - guest network - detail tab - split VLAN into 2 fields: start VLAN, end VLAN.
2011-12-07 17:57:53 -08:00
Jessica Wang
ef7ee9389f
VM wizard - take care of a use case that no existing network is checked (only new network is checked) when deploying VM.
2011-12-07 17:21:53 -08:00
Jessica Wang
74163af295
VM wizard - if create network fails, show error message and not proceed deploying VM.
2011-12-07 16:30:31 -08:00
Jessica Wang
2f40e8ab51
bug 12409: VM Wizard - take care of use case that args.data["my-networks"] might be a string instead of an array of string.
2011-12-07 16:19:45 -08:00
Brian Federle
484f579b40
Zero out dashboard; have 'view all' go to events
2011-12-07 16:18:25 -08:00
Brian Federle
b55fb5fa48
bug 12270
...
-Don't show user/invite management tabs for non-project-admin
2011-12-07 16:04:17 -08:00
Brian Federle
5ad44760e1
bug 12400
...
Show notice if no VMs are selected in port forwarding/load balancing
-- prevent server call from being performed and 'infinite list' from
being generated
2011-12-07 15:53:47 -08:00
Brian Federle
b45cfdc21e
bug 12352
...
-Don't refresh detail view after destroy action
2011-12-07 15:46:58 -08:00
Brian Federle
1d087cb3cc
Add indicator for 'Released' state
2011-12-07 15:46:08 -08:00
Brian Federle
103ede0793
bug 12410
...
Bug was caused by a 'cloudStack.fullRefresh' event being triggered on
a non-existent edit widget, for a non-existent project. I changed the
widget to only refresh if the current instance is visible (i.e., most
likely the user still has active data for it)
2011-12-07 15:36:37 -08:00
Brian Federle
2ae4e50a9a
Fixes list view/detail view
...
-Fix list view ID references, which was causing args.context undefined
errors
2011-12-07 15:11:04 -08:00
Jessica Wang
26d3cfc974
cloudStack 3.0 new UI - host page - add resource state.
2011-12-07 14:37:42 -08:00
Brian Federle
b1beb2cd89
Use associatedNetworkId, not networkId for IP list view
2011-12-07 14:11:22 -08:00
Brian Federle
9b0373198c
Remove test line from filter
2011-12-07 14:07:34 -08:00
Brian Federle
30ed5fc381
Fix list view
...
-Add label if only one section select option is present
-Fix for broken context variable for accounts, security groups list
view -- broke detail and list views
2011-12-07 14:02:39 -08:00
Jessica Wang
9b4ac5f083
cloudStack 3.0 new UI - VM wizard - step 5 - some bugs have been fixed in widget code. Here is related UI change.
2011-12-07 13:33:43 -08:00
Brian Federle
b3f861bf8f
Network section updates
...
-Only show networks where source NAT is enabled
-If security groups are enabled, show security group section in place
of network section
-Make acquire IP form a confirm box, since no selection is required
anymore -- base network ID on selected network in list view
2011-12-07 13:26:08 -08:00
Brian Federle
4abc367525
Fix list view section switcher
...
-List view switcher now selects the first item from the select list,
not the first in the section object; this prevents a filtered-out
section from being displayed by default
2011-12-07 13:26:08 -08:00
Brian Federle
be1c0d9923
List view widget: update create action
...
-Support adding a new row if there is no createForm, but
addRow == true
2011-12-07 13:26:08 -08:00
Brian Federle
352377e8d7
Update network section list view
...
-Only show networks with type == isolated
-Remove VLAN field from display
-Filter IP addresses by network ID, not associated network ID
2011-12-07 12:22:45 -08:00
Brian Federle
6e61334bdd
Hide section select if only one entry exists
2011-12-07 12:22:45 -08:00
Brian Federle
345607b600
Use correct value/ID for network offering select
2011-12-07 11:36:55 -08:00
Brian Federle
5420554237
Add name field to add network on instance wizard
2011-12-07 11:36:55 -08:00
Jessica Wang
a5772425ff
cloudStack 3.0 new UI - VM wizard - step 5 - create new network - network offering dropdown - populate only isolated networks with sourceNat.
2011-12-07 10:58:03 -08:00
Jessica Wang
a94cd0b579
cloudStack 3.0 new UI - deployVM - select networks step - list all networks in the same container with checkbox and radio button. Provide another container to create new network with network offering dropdodwn.
2011-12-06 19:27:34 -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
Jessica Wang
b7b31591e3
cloudStack 3.0 new UI - create network offering - remove Max Connections and VLAN ID.
2011-12-06 14:30:18 -08:00
Jessica Wang
4a45fb2a1f
cloudStack 3.0 new UI - register ISO - shouldn't have "None" option when ISO is bootable.
2011-12-06 14:13:38 -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
89235c6cb9
Network->IP Addresses -- update 'Acquire new IP' action
...
-Replace zone select with network select
-Use network ID to acquire IP, instead of zone ID
2011-12-06 12:53:00 -08:00
Brian Federle
d826bc1b47
bug 12367: Show status field on invites tab
2011-12-06 12:27:46 -08:00
Jessica Wang
3590f2cc3f
bug 12366: cloudStack 3.0 new UI - create network offering - populate system service offerings in service offerings dropdown.
2011-12-06 12:20:14 -08:00
Brian Federle
547972eed5
bug 12288: Add more fields to network list view/detail view
...
-Added Network type field
-Added VLAN ID field (from broadcasturi)
2011-12-06 12:19:26 -08:00
Jessica Wang
69e3f037a5
cloudStack 3.0 new UI - ISO page - ID of xsTools ISO is no longer 200
2011-12-06 11:52:06 -08:00
Jessica Wang
c57fc4390e
cloudStack 3.0 new UI - template page - fix a bug that delete action shouldn't be displayed for system built-in templates.
2011-12-06 11:41:30 -08:00
Brian Federle
776f5d0158
Update status indicator
2011-12-06 11:33:37 -08:00
Brian Federle
a4b8fc6e24
Cleanup accounts section actions/list view
2011-12-06 11:31:51 -08:00
Brian Federle
c55be261d3
Clean up instance wizard 'jumpiness' caused by delay in ajax response
2011-12-06 11:31:27 -08:00