Changes between Version 28 and Version 29 of CloudPlugin


Ignore:
Timestamp:
Feb 7, 2011, 5:11:13 PM (13 years ago)
Author:
Rob Guttman
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CloudPlugin

    v28 v29  
    178178The {{{crud_view}}}, {{{crud_new}}}, {{{crud_edit}}}, and {{{grid_columns}}} options are lists of field names in the order to be displayed in their respective views.  ("crud" stands for "create, read, update, delete".)  An asterisk ({{{*}}}) appended to a field name (only applicable for {{{crud_new}}} and {{{crud_edit}}}) indicates that the field should be read-only in that view.  All fields in the {{{crud_new}}} and {{{crud_edit}}} views will be used to set or update the chef resource item.
    179179
     180[[Image(instance-new.png)]]
     181
    180182The {{{grid_sort}}} and {{{grid_asc}}} are for default sorting in the grid view.
    181183