Merge branch '1-add-voiceplan-history' into 'master'

Reversed Order, fixed column labels and added colors

Closes #1

See merge request fronk/thetool!322
This commit is contained in:
Luca Haid
2024-04-11 15:13:45 +00:00
3 changed files with 17 additions and 4 deletions
@@ -55,7 +55,7 @@ class VoiceCallActiveController extends mfBaseController {
private function getActiveCalls(): array {
return [
"rows" => $this->kolmisoftMore->getActiveCalls()
"rows" => array_reverse($this->kolmisoftMore->getActiveCalls())
];
}
}