Changes for page System Design
Last modified by Zyndly Kent Baja on 2026/06/22 04:38
From version 5.2
edited by Zyndly Kent Baja
on 2026/06/22 04:14
on 2026/06/22 04:14
Change comment:
Updated application icon
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Objects (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,6 +1,7 @@ 1 1 {{velocity}} 2 2 #set ($columnsProperties = { 3 3 'Type': {}, 4 + 'doc.name': {"link":"view"}, 4 4 'shortText1': {}, 5 5 'staticList1': {}, 6 6 'staticList2': {}, ... ... @@ -19,6 +19,6 @@ 19 19 'selectedColumn': 'Type', 20 20 'defaultOrder': 'asc' 21 21 }) 22 -#set ($columns = ['Type', 'shortText1', 'staticList1', 'staticList2', 'staticList3', 'doc.location', '_actions', 'doc.author', 'doc.date']) 23 +#set ($columns = ['Type', 'doc.name', 'shortText1', 'staticList1', 'staticList2', 'staticList3', 'doc.location', '_actions', 'doc.author', 'doc.date']) 23 23 #livetable('design and uat' $columns $columnsProperties $options) 24 24 {{/velocity}}
- AppWithinMinutes.LiveTableClass[0]
-
- Live Table Columns
-
... ... @@ -1,1 +1,1 @@ 1 -Type shortText1 staticList1 staticList2 staticList3 doc.location _actions doc.author doc.date 1 +Type doc.name shortText1 staticList1 staticList2 staticList3 doc.location _actions doc.author doc.date