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

@@ -61,9 +61,9 @@ include(realpath(dirname(__FILE__) . "/../../$mfLayoutPackage") . "/header.php")
window: window,
VoiceCallHistoryTableConfig: {
headers: [
{text: "UID", key: "uid"},
{text: "Call-ID", key: "uid"},
{text: "Voice Account", key: "voice_account"},
{text: "Start", key: "start", filter: "dateRange"},
{text: "Time Range", key: "start", filter: "dateRange"},
{text: "Source", key: "source"},
{text: "Destination", key: "destination"},
{text: "Billable", key: "billable"},