mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
ITSM pandora_enterprise#11471
This commit is contained in:
parent
802f0bf83b
commit
8e29973128
@ -388,7 +388,7 @@ class ITSMIncidences extends Widget
|
|||||||
ui_print_datatable(
|
ui_print_datatable(
|
||||||
[
|
[
|
||||||
'id' => $tableId,
|
'id' => $tableId,
|
||||||
'class' => 'info_table',
|
'class' => 'info_table table-widget-itsm',
|
||||||
'style' => 'width: 99%',
|
'style' => 'width: 99%',
|
||||||
'columns' => $columns,
|
'columns' => $columns,
|
||||||
'column_names' => $column_names,
|
'column_names' => $column_names,
|
||||||
|
@ -138,3 +138,7 @@ div.container-statistics > div {
|
|||||||
max-width: 46%;
|
max-width: 46%;
|
||||||
margin: 1%;
|
margin: 1%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
table.table-widget-itsm tr > td {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user