mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix regressions from cfd9dce620
(#12344)
This commit is contained in:
@@ -18,7 +18,7 @@ class Vminfo extends DeviceRelatedModel
|
||||
protected $table = 'vminfo';
|
||||
public $timestamps = false;
|
||||
|
||||
public function getStateLabelAttribute(): string
|
||||
public function getStateLabelAttribute(): array
|
||||
{
|
||||
return Html::powerStateLabel($this->vmwVmState);
|
||||
}
|
||||
|
Reference in New Issue
Block a user