... |
... |
@@ -1,10 +1,7 @@ |
1 |
1 |
{{velocity}} |
2 |
|
-#set($columns = ["doc.title", "doc.creationDate", "doc.date", "_actions"]) |
|
2 |
+#set($columns = ["doc.title"]) |
3 |
3 |
#set($columnsProperties = { |
4 |
|
- "doc.title" : { "type" : "text", "link" : "view" }, |
5 |
|
- "doc.creationDate" : { "type" : "date" }, |
6 |
|
- "doc.date" : { "type" : "date" }, |
7 |
|
- "_actions" : { "sortable" : false, "filterable" : false, "html" : true, "actions" : ["edit","delete"]} |
|
4 |
+ "doc.title" : { "type" : "text", "link" : "view" } |
8 |
8 |
}) |
9 |
9 |
#set($options = { |
10 |
10 |
"tagCloud":true, |