Reversed Order, fixed column labels and added colors
This commit is contained in:
@@ -55,7 +55,7 @@ class VoiceCallActiveController extends mfBaseController {
|
||||
|
||||
private function getActiveCalls(): array {
|
||||
return [
|
||||
"rows" => $this->kolmisoftMore->getActiveCalls()
|
||||
"rows" => array_reverse($this->kolmisoftMore->getActiveCalls())
|
||||
];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user