Commit 8f6cb666 authored by Sven Franck's avatar Sven Franck

removed sorting from table

parent 83f3044c
......@@ -15,7 +15,6 @@
"link": true,
"link_identifier": "_id",
"editable": null,
"sortable": true,
"caption": {
"slot": 2,
"text": "Created Servers",
......@@ -36,7 +35,7 @@
"position": "header",
"fieldlist": [
{"custom": true, "text": "Status", "text_i18n": "portal_type_dict.computer_dict.text_dict.status", "show": true, "priority": 1},
{"field": "title", "show": true, "priority": 1, "sort": true},
{"field": "title", "show": true, "priority": 1},
{"field": "reference", "show": true, "priority": 4},
{"field": "translated_validation_state_title", "show": "true", "priority": 4}
]
......@@ -45,7 +44,7 @@
"position": "body",
"fieldlist": [
{"custom": true, "show": true, "priority": 1, "status": true},
{"field": "title", "show": true, "priority": 1, "sort": true},
{"field": "title", "show": true, "priority": 1},
{"field": "reference", "show": true, "priority": 4},
{"field": "translated_validation_state_title", "show": "true", "priority": 4}
]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment