cloudstack/ui
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
..
css Detail view UI: Support for text action buttons 2012-07-12 15:29:15 -07:00
images Add configure VPC tooltip and links 2012-06-29 13:13:59 -07:00
lib (1) CS-15057: Remove jquery.timer.js from source code. Replace it with native JavaScript functions. 2012-06-21 12:13:41 -07:00
scripts Detail view UI: Support for text action buttons 2012-07-12 15:29:15 -07:00
tests applying Chip Childer's patches for license headers in the ui directory 2012-06-26 10:46:53 -04:00
.classpath cloudStack 3.0 new UI - move project file and classpath from old UI directory to new UI directory. 2011-11-04 11:32:10 -07:00
.project cloudStack 3.0 new UI - move project file and classpath from old UI directory to new UI directory. 2011-11-04 11:32:10 -07:00
index.jsp CS-12739: VM wizard: add asterisk next to network 'name' field 2012-07-09 16:41:14 -07:00