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
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
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
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
Pranav Saxena
4d458c988a
CloudStack-222:Admin UI prompts to restart Management server with cancel edit operation - Widget changes to reset the default value Reviewed-By:Brian
2012-10-02 00:12:51 +05:30
Saksham Srivastava
63f7c12333
no error message when we upload volume whose size is greater than storage.max.volume.upload.size value
2012-10-01 22:54:39 +05:30
Pranav Saxena
4530af1bee
CloudStack-222:Admin UI prompts to restart Management server with cancel edit operation - Widget changes
2012-09-29 12:12:20 +05:30
Jessica Wang
295e228819
bug 15089: cloudstack UI - domain page - get volume count and VM count from listAccounts API response that has volumetotal property and vmtotal property under each account object. listVolumes API and listVirtualMachines API are no longer called when domains are clicked in domain page.
2012-09-28 22:58:34 -07:00
Brian Federle
d266ac9f84
Instances details: Show host name
2012-09-28 12:17:52 -07:00
Brian Federle
6366eeec36
CLOUDSTACK-178: Show VM host name instead of internal name
2012-09-28 12:11:24 -07:00
Brian Federle
69f6e33a65
CS-16413: Fix load time for infrastructure main page
...
-Disable API calls for infrastructure page
-Re-style infrastructure labels
2012-09-28 11:30:42 -07:00
Jessica Wang
2214ba6c17
CS-16344: cloudstack UI - Port Forwarding section - add port ranges back to private port and public port.
2012-09-28 10:58:10 -07:00
Jessica Wang
c99a3c6ee9
CS-16197: cloudstack UI - Tags - output encoding.
2012-09-27 17:40:43 -07:00
Jessica Wang
80ad7dd930
CS-16413: cloudstack UI - domain page - pass details=min to listAccounts API.
2012-09-27 15:09:04 -07:00
Jessica Wang
b885809638
CS-16407: cloudstack UI - Infrastructure page - total number of Virtual Routers should include both project type and account type.
2012-09-27 12:13:52 -07:00
Jessica Wang
d7508a4cea
CS-16407: cloudstack UI - Infrastructure page - zone - Physical network - Guest - network tab - make 2 API calls to get guest networks. The first one is to get guest networks under all projects. The 2nd one is to get guest networks that are not under any project.
2012-09-27 11:52:32 -07:00
Mice Xia
77520e0bc8
CLOUDSTAK-214 Local storage usage data format is incorrect in zoneChart
2012-09-27 12:10:59 +08:00
Jessica Wang
45360b7a57
cloudstack UI - advanced search - introduce new property "advSearchFields" to lsitViewData.
2012-09-26 15:17:00 -07:00
Jessica Wang
d09b46751c
cloudstack UI - advanced search - extend listView widget to pass data on Advanced Search Dialog to data provider.
2012-09-26 11:04:39 -07:00
Jessica Wang
645527dbf7
cloudstack UI - advanced search - use cloudStack.dialog.createForm()
2012-09-25 16:31:05 -07:00