mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
WIP UI
This commit is contained in:
@@ -100,7 +100,8 @@ class AlertSchedule extends Model
|
||||
}
|
||||
|
||||
public function getEndRecurringDtAttribute() {
|
||||
return $this->end->toDateString();
|
||||
$end = $this->end;
|
||||
return $end->year == '9000' ? null : $end->toDateString();
|
||||
}
|
||||
|
||||
public function getEndRecurringHrAttribute() {
|
||||
|
||||
Reference in New Issue
Block a user