add lock icon as label for lock column in tree
This commit is contained in:
parent
ccc5d09fa1
commit
081f5ad4bd
1 changed files with 1 additions and 1 deletions
|
|
@ -1075,7 +1075,7 @@ WebGUI.Admin.Tree
|
|||
{ key: 'className', label: window.admin.i18n.get('Asset','type'), sortable: true, formatter: this.formatClassName },
|
||||
{ key: 'revisionDate', label: window.admin.i18n.get('Asset','revision date' ), formatter: this.formatRevisionDate, sortable: true },
|
||||
{ key: 'assetSize', label: window.admin.i18n.get('Asset','size' ), formatter: this.formatAssetSize, sortable: true },
|
||||
{ key: 'lockedBy', label: window.admin.i18n.get('Asset','locked' ), formatter: this.formatLockedBy }
|
||||
{ key: 'lockedBy', label: '<img src="' + window.getWebguiProperty('extrasURL') + '/icon/lock.png" />', formatter: this.formatLockedBy }
|
||||
];
|
||||
|
||||
// Initialize the data table
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue