Attribute => aspect change.
This commit is contained in:
parent
60375516ab
commit
9b3e21c123
1 changed files with 4 additions and 4 deletions
|
|
@ -21,10 +21,10 @@ use JSON;
|
|||
use HTML::Packer;
|
||||
|
||||
use WebGUI::Definition::Asset;
|
||||
attribute assetName => 'asset';
|
||||
attribute tableName => 'assetData';
|
||||
attribute icon => 'assets.gif';
|
||||
attribute uiLevel => 1;
|
||||
aspect assetName => 'asset';
|
||||
aspect tableName => 'assetData';
|
||||
aspect icon => 'assets.gif';
|
||||
aspect uiLevel => 1;
|
||||
property title => (
|
||||
tab => "properties",
|
||||
label => ['99','Asset'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue