Jump to: navigation, search

Difference between revisions of "UX/PatternsLibrary"

< UX
(Details Panel)
(Patterns)
Line 1: Line 1:
= Patterns =
+
== Patterns ==
  
 
=== Details Panel ===
 
=== Details Panel ===
  
 
The details panel contains detailed information for an object in Horizon and is opened by clicking on the object name from a list in a panel.  For example, you would click on an instance name from the Instance panel to view specific details for that instance.
 
The details panel contains detailed information for an object in Horizon and is opened by clicking on the object name from a list in a panel.  For example, you would click on an instance name from the Instance panel to view specific details for that instance.
 +
 +
Generally, you would need a Details panel if there is too much information to easily fit as a row in a table.  In many cases, the ability to complete an Action on a object requires more information than is displayed within a row in a table.  For example, an Instance includes a source, flavors, quotas, and networks.

Revision as of 16:18, 4 June 2015

Patterns

Details Panel

The details panel contains detailed information for an object in Horizon and is opened by clicking on the object name from a list in a panel. For example, you would click on an instance name from the Instance panel to view specific details for that instance.

Generally, you would need a Details panel if there is too much information to easily fit as a row in a table. In many cases, the ability to complete an Action on a object requires more information than is displayed within a row in a table. For example, an Instance includes a source, flavors, quotas, and networks.