Jessica Wang
ff8fccccb2
CS-16326: cloudstack UI - instance page - listView - (1) the column that maps to name property in API response is labelled as "Name" instead of "Host Name".
...
(2) add back Internal Name column for root-admin.
2012-10-16 10:01:15 -07:00
Brian Federle
f72434261c
CLOUDSTACK-352: Fix user dashboard VM count
...
Pass listAll=true to user dashboard API call, so domain admin can see totals
for all user VMs.
2012-10-15 14:23:42 -07:00
Brian Federle
7e704d1b3d
Fade-in notification widget on show
2012-10-15 10:05:24 -07:00
Rohit Yadav
4c69cac42e
CLOUDSTACK-341: Fix incorrect js object in system.js
...
Use correct object in system.js that fixes the issue of management traffic
details not getting loaded as it fails on type error.
Fixes regression introduced in 95b6a5eeda73beeb97fe8dd229c880c97668d44f
2012-10-14 20:53:18 +05:30
Jessica Wang
08b074a101
CS-16493: cloudstack UI - IP Address page - hide VLAN for regular-user/domain-admin.
2012-10-12 15:22:15 -07:00
Jessica Wang
318a60fd6a
CS-16493: cloudstack UI - guest network page - hide VLAN ID for regular-user/domain-admin.
2012-10-12 14:50:55 -07:00
Jessica Wang
7cac7ff2c7
cloudstack UI - left navigation - group menus for the same role.
2012-10-12 14:06:55 -07:00
Hugo Trippaers
c07d6d28ee
Merge branch 'nicira-l3support'
...
This commit merges the nicira-l3support branch with master. This
effectively adds nicira nvp l3 support to master. The NiciraNVP Provider
can support the following services with this modification: Connectivity,
SourceNat, StaticNat and PortForwarding
Testing done:
Create, Delete network offerings with Nicira Element
Use Gui to add, modify, remove Nicira Element and Provider
Provision, deprovision SourceNat networks
Provision, deprovision Portforwarding and StaticNat rules
Tested with Nicira NVP release 2.1.0, 2.2.0 and 2.2.1 (2.2.x recommended)
2012-10-12 14:15:17 +02:00
Jessica Wang
e73cbfe6a9
CS-16344: cloudstack UI - multiEdit widget - remove isOptional property, isDisabled property from field level since they are supposed to be on field.range level.
2012-10-11 14:07:03 -07:00
Brian Federle
ea934c1a02
Update advanced search styling
...
- Add cancel button
- Move search buttons to the right
2012-10-11 13:27:07 -07:00
Brian Federle
44996d4611
Style advanced search
...
-Convert advanced search to a drop-down that overlaps the standard
search when visible
-Add new arrow icon to show advanced search popup
2012-10-11 12:13:55 -07:00
Rohit Yadav
6dd5c3fd42
CLOUDSTACK-70: Improve restart network behaviour for basic network
...
If cleanup=true, network elements and resources are shutdown and
reimplemented. Else, shutdown/reimplementation is skipped. Enabled
cleanup checkbox in CS UI.
For both cases, VRs are only deployed for Pods with no running
or starting VRs and Pods having running or starting user vms.
New DAO helpers introduced:
HostPodDao: listByDataCenterIdVMTypeAndStates
DomainRouterDao: listByPodId and listByPodIdAndStates
VMInstanceDao: listByPodId and corrected definition of listByTypeAndState
Signed-off-by: Rohit Yadav <bhaisaab@apache.org>
2012-10-11 19:33:26 +05:30
Jessica Wang
ad280bd174
CLOUDSTACK-228: cloudstack UI - host page - hide Force Reconnect option when host state is Disconnected.
2012-10-10 12:40:39 -07:00
Brian Federle
65a526fa54
Quick view: fix for dialog actions
...
In some cases, clicking out of an overlayed dialog will cause an open
quick view to become stuck. This fixes via a new class 'hovered-elem'
which, when attached to any DOM element, will have its 'mouseleave'
triggered once the dialog is closed.
2012-10-10 11:18:03 -07:00
Brian Federle
33da9cb1e2
Container/list view: Fix for floating elements
...
Fix for cases where floating elements are cut off, such as quickview
and tooltips attached to the container. This makes overflow visible.
2012-10-10 11:18:02 -07:00
Brian Federle
991557bfb6
UI: Add quick view to table list
...
For any list view that has a corresponding detail view, adds a tooltip
to display the compact overview of the detail view contents, including
all available actions. This avoids a user from having to click into a
new panel to see more details and actions for an item.
This will happen automatically for any list view with a 'detailView'
sub-option, and will append a new column to the end of each item
row. If 'noCompact: true' is specified in the detailView's options,
then the quick view will not be rendered.
** Note: This also removes the existing list actions for the instances
and zones tables.
Example, to show a quick view:
listView: {
detailView: {
// Specify noCompact: true to not render a quick view
//
// noCompact: true
...
},
...
}
Conflicts:
ui/scripts/ui/widgets/detailView.js
2012-10-10 11:18:02 -07:00
Mice Xia
a5edef06c9
CLOUDSTACK-256 vpn:As an admin user , not able to delete VPN user which is present in a regular user's network.
2012-10-10 13:43:30 +08:00
David Nalley
b0c7e385d7
adding several languages for which folks have added l10n
2012-10-08 23:57:40 -04:00
Jessica Wang
7af3f6ef94
cloudstack 3.0 UI - instance page - listView - not pass details=min to API call since nic and securitygroup info is needed here.
2012-10-05 15:21:47 -07:00
Jessica Wang
e7e486204e
cloudstack UI - dialog widget - introduce new property isDatepicker.
2012-10-05 11:38:47 -07:00
Hugo Trippaers
27473bd6ee
Add the labels to the resources and the dictionary
2012-10-05 07:53:24 -07:00
Jessica Wang
7b1b9f8e95
cloudstack UI - advanced search - dropdown field - check API permission before making API call.
2012-10-04 17:17:28 -07:00
Jessica Wang
8ea0a230e6
CS-16452: cloudstack UI - dialog widget - call field.selectFn regardless of value of field.isHidden.
2012-10-04 16:58:24 -07:00
Jessica Wang
a5c9c560ff
cloudstack UI - listView widget - keep advanced search criteria when scrolling down grid when the last search is from advanced search dialog.
2012-10-04 16:30:17 -07:00
Jessica Wang
a2a1e19e70
cloudstack UI - add advanced search on Event page.
2012-10-04 15:36:25 -07:00
Jessica Wang
9e1b5b5361
cloudstack UI - event page - add more fields to detailView.
2012-10-04 15:35:55 -07:00
Jessica Wang
1a7dbdc8d9
cloudstack UI - advanced search on project page - add domain dropdown, account text field.
2012-10-04 14:23:24 -07:00
Jessica Wang
c0c0ae1c36
cloudstack UI - advanced search on VPC page - add domain dropdown, account text field.
2012-10-04 14:22:39 -07:00
Jessica Wang
d80debcbfe
cloudstack UI - advanced search on guest network page - add domain dropdown, account text field.
2012-10-04 14:22:03 -07:00
Jessica Wang
10d1a0cc6b
cloudstack UI - advanced search on snapshot page - add domain dropdown, account text field.
2012-10-04 13:58:45 -07:00
Jessica Wang
90f608d216
cloudstack UI - advanced search on volume page - add domain dropdown, account text field.
2012-10-04 13:50:53 -07:00
Jessica Wang
10a5bdab49
cloudstack UI - regular user in project view - VPC - tier - deploy VM - should pass projectid instead of account parameter to deployVirtualMachine API.
2012-10-04 12:53:54 -07:00
Jessica Wang
939e060e2e
cloudstack UI - advanced search on instance page - domain field - add blank option, so admin has a choice to see all domains instead of being forced to stick with one domain for each search.
2012-10-04 12:34:30 -07:00
Jessica Wang
f7667e8a88
cloudstack UI - dialog widget - (1) extend field's isHidden property to have function type other than boolean type. (2) do not call field's select function if field's isHidden property is false.
2012-10-04 12:12:19 -07:00
Jessica Wang
e8fd65d867
cloudstack UI - advanced search - implement advanced search on security group page.
2012-10-03 16:28:57 -07:00
Jessica Wang
b8a3524d2e
cloudstack UI - advanced search - implement advanced search on project page.
2012-10-03 16:07:16 -07:00
Jessica Wang
3605ee5564
cloudstack UI - advanced search - implement advanced search on ISO page.
2012-10-03 15:56:42 -07:00
Jessica Wang
5dc1d468fe
cloudstack UI - advanced search - implement advanced search on template page.
2012-10-03 15:40:26 -07:00
Jessica Wang
3e1957933e
cloudstack UI - advanced search - implement advanced search on VPC page.
2012-10-03 15:03:05 -07:00
Jessica Wang
ea91662485
cloudstack UI - advanced search - implement advanced search on network page.
2012-10-03 14:49:59 -07:00
Jessica Wang
18a09c9664
cloudstack UI - advanced search - implement advanced search on snapshot page.
2012-10-02 17:03:23 -07:00
Jessica Wang
92864aa023
cloudstack UI - advanced search - instance page - add name field, zone dropdown, tag key field, tag value field.
2012-10-02 16:47:55 -07:00
Jessica Wang
56496a235f
cloudstack UI - advanced search - implement advanced search on instance page which has filter dropdown in listView.
2012-10-02 16:38:23 -07:00
Jessica Wang
c9bd605029
cloudstack UI - advanced search - after searching, clear basic search input field to avoid confusion of search result.
2012-10-02 16:00:05 -07:00
Jessica Wang
c7c6d23762
cloudstack UI - advanced search - add a new shared function listViewDataProvider() to deal with data parameter passed to API call in listView.
2012-10-02 15:40:34 -07:00
Jessica Wang
71355c1941
cloudstack UI - advanced search - volume page - add domain dropdown, account field.
2012-10-02 15:40:00 -07:00
Jessica Wang
6266fcb8f7
cloudstack UI - advanced search - show advanced search icon on listView only when advSearch property is specified.
2012-10-02 15:39:14 -07:00
Jessica Wang
3187bc6d30
cloudstack UI - advanced search - add Tag Key field, Tag Value field in advanced search in volume page.
2012-10-01 16:58:33 -07:00
Jessica Wang
2c6bc0e918
CS-16197: cloudstack UI - Tags - input validation.
2012-10-01 16:07:45 -07:00
Jessica Wang
ac31b7d914
CS-15687: cloudstack 3.0 UI - zone wizard - change timer setting for adding netcaler provider.
2012-10-01 13:26:59 -07:00