UNPKG

@opengis/admin

Version:

This project Softpro Admin

75 lines (74 loc) 1.79 kB
{ "access": "admin", "ua": "Зв'язок між користувачами та групами", "form": "admin.user_roles.form", "table": "admin.user_roles", "order": "cdate desc", "actions": ["add", "edit", "del"], "meta": { "title": "ugr_id", "search": "user_uid,role_id" }, "columns": [ { "name": "role_id", "data": "core.roles", "title": "Група" }, { "name": "user_uid", "data": "core.user_uid", "title": "Користувач" }, { "name": "expiration", "title": "Закінчення терміну дії доступу до групи", "format": "date" }, { "name": "actions", "title": "Доступ", "format": "text" }, { "name": "access_granted", "data": "core.user_uid", "title": "Хто надав доступ" }, { "name": "access_granted_time", "format": "date", "title": "Дата надання доступу" } ], "filters": [ { "id": "role_id", "label": "Група", "data": "core.roles", "type": "Select" }, { "id": "user_uid", "label": "Користувач", "data": "core.user_uid", "type": "Select" }, { "id": "expiration", "label": "Закінчення терміну дії доступу до групи", "type": "Date" }, { "id": "access_granted", "label": "Хто надав доступ", "data": "core.user_uid", "type": "Select" }, { "id": "access_granted_time", "type": "Date", "label": "Дата надання доступу" } ] }