mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
[Legacy] Remove insightWidget configuration in Cases
This commit is contained in:
parent
8cddbbe4ab
commit
ed27793172
2 changed files with 0 additions and 102 deletions
|
@ -49,57 +49,6 @@ $subpanel_layout = array(
|
|||
array('widget_class' => 'SubPanelTopSelectButton', 'popup_module' => 'Cases'),
|
||||
),
|
||||
|
||||
'insightWidget' => [
|
||||
'rows' => [
|
||||
[
|
||||
'justify' => 'end',
|
||||
'cols' => [
|
||||
[
|
||||
'icon' => 'Cases',
|
||||
],
|
||||
]
|
||||
],
|
||||
[
|
||||
'align' => 'end',
|
||||
'justify' => 'start',
|
||||
'class' => 'flex-grow-1',
|
||||
'cols' => [
|
||||
[
|
||||
'display' => 'hidden',
|
||||
'statistic' => 'cases'
|
||||
],
|
||||
[
|
||||
'dynamicLabel' => 'LBL_CASES_INSIGHT',
|
||||
'class' => 'sub-panel-banner-value',
|
||||
'bold' => true,
|
||||
],
|
||||
[
|
||||
'display' => 'hidden',
|
||||
'statistic' => 'default'
|
||||
]
|
||||
]
|
||||
],
|
||||
[
|
||||
'justify' => 'start',
|
||||
'cols' => [
|
||||
[
|
||||
'descriptionKey' => '{{title_key}}_INSIGHT_DESCRIPTION',
|
||||
'class' => 'sub-panel-banner-tooltip',
|
||||
]
|
||||
]
|
||||
],
|
||||
[
|
||||
'justify' => 'start',
|
||||
'cols' => [
|
||||
[
|
||||
'labelKey' => '{{title_key}}',
|
||||
'class' => 'sub-panel-banner-button-title',
|
||||
'bold' => true,
|
||||
]
|
||||
]
|
||||
],
|
||||
]
|
||||
],
|
||||
|
||||
'where' => '',
|
||||
|
||||
|
|
|
@ -49,57 +49,6 @@ $subpanel_layout = array(
|
|||
array('widget_class' => 'SubPanelTopSelectButton', 'popup_module' => 'Cases'),
|
||||
),
|
||||
|
||||
'insightWidget' => [
|
||||
'rows' => [
|
||||
[
|
||||
'justify' => 'end',
|
||||
'cols' => [
|
||||
[
|
||||
'icon' => 'Cases',
|
||||
],
|
||||
]
|
||||
],
|
||||
[
|
||||
'align' => 'end',
|
||||
'justify' => 'start',
|
||||
'class' => 'flex-grow-1',
|
||||
'cols' => [
|
||||
[
|
||||
'display' => 'hidden',
|
||||
'statistic' => 'cases'
|
||||
],
|
||||
[
|
||||
'dynamicLabel' => 'LBL_CASES_INSIGHT',
|
||||
'class' => 'sub-panel-banner-value',
|
||||
'bold' => true,
|
||||
],
|
||||
[
|
||||
'display' => 'hidden',
|
||||
'statistic' => 'default'
|
||||
]
|
||||
]
|
||||
],
|
||||
[
|
||||
'justify' => 'start',
|
||||
'cols' => [
|
||||
[
|
||||
'descriptionKey' => '{{title_key}}_INSIGHT_DESCRIPTION',
|
||||
'class' => 'sub-panel-banner-tooltip',
|
||||
]
|
||||
]
|
||||
],
|
||||
[
|
||||
'justify' => 'start',
|
||||
'cols' => [
|
||||
[
|
||||
'labelKey' => '{{title_key}}',
|
||||
'class' => 'sub-panel-banner-button-title',
|
||||
'bold' => true,
|
||||
]
|
||||
]
|
||||
],
|
||||
]
|
||||
],
|
||||
|
||||
'where' => '',
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue