cloudstack/ui/css
Brian Federle 2a971d7c1b Detail view UI: Support for text action buttons
Currently, only icons are rendered on detail 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 15:29:15 -07:00
..
cloudstack3-ie7.css CS-14053: IE compatibility issues 2012-05-25 00:42:23 +05:30
cloudstack3.css Detail view UI: Support for text action buttons 2012-07-12 15:29:15 -07:00
cloudstack3.ja.css Localizaton fixes 2012-02-22 17:32:00 -08:00