cloudstack/ui/scripts
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
..
ui UI: Add quick view to table list 2012-10-10 11:18:02 -07:00
ui-custom UI: Add quick view to table list 2012-10-10 11:18:02 -07:00
accounts.js UI: Add quick view to table list 2012-10-10 11:18:02 -07:00
cloud.core.callbacks.js applying Chip Childer's patches for license headers in the ui directory 2012-06-26 10:46:53 -04:00
cloudStack.js cloudstack 3.0 UI - fix space problem from a patch 2012-06-27 14:11:25 -07:00
configuration.js CS-14277 2012-09-11 17:22:43 +05:30
dashboard.js CS-16328:UI not calling the listCapacity correctly 2012-09-13 14:21:52 -07:00
domains.js 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
events.js cloudstack UI - dialog widget - introduce new property isDatepicker. 2012-10-05 11:38:47 -07:00
globalSettings.js applying Chip Childer's patches for license headers in the ui directory 2012-06-26 10:46:53 -04:00
installWizard.js applying Chip Childer's patches for license headers in the ui directory 2012-06-26 10:46:53 -04:00
instanceWizard.js 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
instances.js UI: Add quick view to table list 2012-10-10 11:18:02 -07:00
lbStickyPolicy.js cloudstack 3.0 UI - VPC - add LB rule - fix a JS error "args.context.networks is undefined" when configure stickiness. 2012-07-20 16:10:35 -07:00
network.js UI: Add quick view to table list 2012-10-10 11:18:02 -07:00
projects.js cloudstack UI - advanced search - dropdown field - check API permission before making API call. 2012-10-04 17:17:28 -07:00
sharedFunctions.js cloudstack UI - advanced search - implement advanced search on network page. 2012-10-03 14:49:59 -07:00
storage.js cloudstack UI - advanced search - dropdown field - check API permission before making API call. 2012-10-04 17:17:28 -07:00
system.js UI: Add quick view to table list 2012-10-10 11:18:02 -07:00
templates.js cloudstack UI - advanced search - implement advanced search on ISO page. 2012-10-03 15:56:42 -07:00
vpc.js cloudstack 3.0 UI - VPC feature - localize vpc.js (Reviewed-by: Brian) 2012-08-21 16:52:04 -07:00
zoneWizard.js CS-15687: cloudstack 3.0 UI - zone wizard - change timer setting for adding netcaler provider. 2012-10-01 13:26:59 -07:00