mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
N°3569 - Migrate backoffice pages to new UIBlock system : DB Tools
This commit is contained in:
@@ -6,9 +6,15 @@ var table{{ oUIBlock.GetId()|sanitize(constant('utils::ENUM_SANITIZATION_FILTER_
|
||||
scrollCollapse: true,
|
||||
paging: false,
|
||||
filter: false,
|
||||
autoWidth: false,
|
||||
search: false,
|
||||
dom: "t",
|
||||
"order": [],
|
||||
{% if oUIBlock.GetOption("select_mode") is not empty %}
|
||||
select: {
|
||||
style: "{{ oUIBlock.GetOption("select_mode") }}"
|
||||
},
|
||||
{% endif %}
|
||||
});
|
||||
if ($('#{{ oUIBlock.GetId() }}').find('thead').is(':visible'))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user