Merge branch 'ent-11809-error-de-colores-del-widget-event-cardboard-en-metaconsola' into 'develop'

Ent 11809 error de colores del widget event cardboard en metaconsola

See merge request artica/pandorafms!6363
This commit is contained in:
Gorka Sanchez 2023-08-31 10:35:12 +00:00
commit 20a89db60b
1 changed files with 1 additions and 1 deletions

View File

@ -530,7 +530,7 @@ class EventCardboard extends Widget
);
}
$output .= '<table class="w100p h100p table-border-0"><tbody><tr>';
$output .= '<table class="w100p h100p table-border-0 event-cardboard-widget"><tbody><tr>';
$width_td = (100 / count(explode(',', $severity)));