diff --git a/view/videoViewsInfo.php b/view/videoViewsInfo.php index 56f01ce3be..5c66f450b8 100644 --- a/view/videoViewsInfo.php +++ b/view/videoViewsInfo.php @@ -89,6 +89,7 @@ $_page->loadBasicCSSAndJS(); When Time Location + Device @@ -97,6 +98,7 @@ $_page->loadBasicCSSAndJS(); When Time Location + Device @@ -148,6 +150,12 @@ $_page->loadBasicCSSAndJS(); render: function(data, type, row) { return row.location_name } + }, + { + data: 'app', + render: function(data, type, row) { + return row.app + } } ], select: true, @@ -159,4 +167,4 @@ $_page->loadBasicCSSAndJS(); print(); -?> \ No newline at end of file +?>