Reversed Order, fixed column labels and added colors

This commit is contained in:
Luca Haid
2024-04-11 17:13:13 +02:00
parent f39978e7a9
commit d7e4b76f0d
3 changed files with 17 additions and 4 deletions

View File

@@ -55,7 +55,7 @@ class VoiceCallActiveController extends mfBaseController {
private function getActiveCalls(): array {
return [
"rows" => $this->kolmisoftMore->getActiveCalls()
"rows" => array_reverse($this->kolmisoftMore->getActiveCalls())
];
}
}