ITSM pandora_enterprise#11471
This commit is contained in:
parent
802f0bf83b
commit
8e29973128
|
@ -388,7 +388,7 @@ class ITSMIncidences extends Widget
|
|||
ui_print_datatable(
|
||||
[
|
||||
'id' => $tableId,
|
||||
'class' => 'info_table',
|
||||
'class' => 'info_table table-widget-itsm',
|
||||
'style' => 'width: 99%',
|
||||
'columns' => $columns,
|
||||
'column_names' => $column_names,
|
||||
|
|
|
@ -138,3 +138,7 @@ div.container-statistics > div {
|
|||
max-width: 46%;
|
||||
margin: 1%;
|
||||
}
|
||||
|
||||
table.table-widget-itsm tr > td {
|
||||
text-align: left;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue