mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2025-02-03 09:44:13 -05:00
Patch 1.2
This commit is contained in:
parent
f6acd559d5
commit
14e04d0737
@ -194,7 +194,7 @@ class Incident implements JsonSerializable
|
|||||||
<small>
|
<small>
|
||||||
<?php echo _("Impacted service(s): ");
|
<?php echo _("Impacted service(s): ");
|
||||||
foreach ( $this->service_name as $key => $value ) {
|
foreach ( $this->service_name as $key => $value ) {
|
||||||
echo '<span class="label label-default" style="display:inline-block;">'.$value . '</span> ';
|
echo '<span class="label label-default">'.$value . '</span> ';
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isset($this->end_date)){?>
|
if (isset($this->end_date)){?>
|
||||||
|
Loading…
Reference in New Issue
Block a user