cloudstack/ui/scripts/ui-custom
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
..
dashboard.js CS-16328:UI not calling the listCapacity correctly 2012-09-13 14:21:52 -07:00
enableStaticNAT.js CS-15851:Intervlan - VMware - Enable Static NAT > if no tier selected> Apply> Status should display 'Please select a tier' 2012-08-08 18:02:39 +05:30
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-85: Fix instance wizard review hypervisor 2012-09-18 14:18:48 -07:00
ipRules.js applying Chip Childer's patches for license headers in the ui directory 2012-06-26 10:46:53 -04:00
login.js CS-15325: Fix selected name of user from the drop down list overlay. 2012-07-27 16:27:59 +03:00
physicalResources.js applying Chip Childer's patches for license headers in the ui directory 2012-06-26 10:46:53 -04:00
projects.js CS-15353: Larger click boxes in UI. 2012-07-25 11:54:45 +03:00
recurringSnapshots.js applying Chip Childer's patches for license headers in the ui directory 2012-06-26 10:46:53 -04:00
securityRules.js applying Chip Childer's patches for license headers in the ui directory 2012-06-26 10:46:53 -04:00
uploadVolume.js applying Chip Childer's patches for license headers in the ui directory 2012-06-26 10:46:53 -04:00
vpc.js CS-16218: Only show VPC router details for ROOT admin 2012-08-30 11:01:02 -07:00
zoneChart.js UI: Add quick view to table list 2012-10-10 11:18:02 -07:00
zoneWizard.js Fix a bug: zoneWizard uses incorrect vlan parameter to create storage network 2012-08-14 13:43:09 +08:00