mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 11:08:45 +02:00
9 lines
462 B
Twig
9 lines
462 B
Twig
{# @copyright Copyright (C) 2010-2024 Combodo SAS #}
|
|
{# @license http://opensource.org/licenses/AGPL-3.0 #}
|
|
|
|
{% UIForm Standard {} %}
|
|
{% UIPanel Neutral { sTitle:'DataFeatureRemoval:Analysis:Title'|dict_s, sSubTitle: 'DataFeatureRemoval:Analysis:SubTitle'|dict_format(rule_count) } %}
|
|
{% UIDataTable ForForm { sRef:'aCheckRules', aColumns:aCheckRules.Columns, aData:aCheckRules.Data} %}{% EndUIDataTable %}
|
|
{% EndUIPanel %}
|
|
{% EndUIForm %}
|