diff --git a/resources/views/client-traffic/index-test.blade.php b/resources/views/client-traffic/index-test.blade.php index c0f4fc2..abf9756 100644 --- a/resources/views/client-traffic/index-test.blade.php +++ b/resources/views/client-traffic/index-test.blade.php @@ -21,7 +21,7 @@
-
+
@@ -55,11 +55,11 @@
-
+ - -
+ +
@endsection @section('page-js') @@ -136,7 +136,7 @@ } var table = new Tabulator("#message-table", { ajaxURL: base_url + "/client-traffic-tabulator/", - ajaxParams: {size: 20}, + ajaxParams: {size: 1000}, pagination: "remote", paginationSize: 20, paginationDataSent: { @@ -157,7 +157,7 @@ {title: "Sender", field: "from", width:150, headerFilter:"input"}, {title: "Msisdn", field: "to", width:150, headerFilter:"input"}, // {title: "Message", field: "message"}, - {title:"Message", field:"message", width:450, formatter:"textarea", headerFilter:"input"}, + {title:"Message", field:"message", width:650, formatter:"textarea", headerFilter:"input"}, // {title: "Status", field: "status"}, // {title: "Delivery Status", field: "deliveryStatus", width:100, headerFilter:"input", formatter: statusDesign}, // {title: "Created At", field: "createdAt"}, diff --git a/resources/views/layouts/master.blade.php b/resources/views/layouts/master.blade.php index fc9a101..2751a8e 100644 --- a/resources/views/layouts/master.blade.php +++ b/resources/views/layouts/master.blade.php @@ -35,15 +35,15 @@ @if($page_title == 'SMS Traffic') - New SMS + @else Messages @endif @if($page_title == 'Applications') - New App + @else - App List + @endif Log out