mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
src: style sweep
This commit is contained in:
parent
e7e91fca52
commit
d892aba076
@ -54,7 +54,7 @@ class HasyncStatusController extends ApiControllerBase
|
||||
{
|
||||
$data = json_decode((new Backend())->configdRun('system ha services_cached'), true);
|
||||
$records = !empty($data['response']) ? $data['response'] : [];
|
||||
return $this->searchRecordsetBase($records, null, null, function(&$record){
|
||||
return $this->searchRecordsetBase($records, null, null, function (&$record) {
|
||||
$record['uid'] = $record['name'] ?? '';
|
||||
if (!empty($record['id'])) {
|
||||
$record['uid'] .= '_' . $record['id'];
|
||||
|
||||
@ -186,4 +186,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user