cloudstack/ui/css
Brian Federle 35d93a66ad List view UI: Support for text action buttons
Currently, only icons are rendered on list view actions. This change
adds support for showing a text label next to specified actions, which
has a button appearance. This is to allow certain actions to be more
visible, in the case where an icon isn't clear enough.

To make an action have a text label, add a 'textLabel' attribute to
the action properties:

editVpc: {
  label: 'Edit VPC',

  // textLabel property
  textLabel: 'label.configure',

  action: {
   ...
  }
}
2012-07-12 13:43:54 -07:00
..
cloudstack3-ie7.css CS-13738: IE compatibility issues -No data to show text 2012-05-24 20:14:37 +05:30
cloudstack3.css List view UI: Support for text action buttons 2012-07-12 13:43:54 -07:00
cloudstack3.ja.css Localizaton fixes 2012-02-22 17:32:33 -08:00