Add uuid filter for the log viewer. Thanks to soapee01.

This commit is contained in:
Mark Crane
2013-07-05 03:48:40 +00:00
parent 4d884015db
commit cf0922ddb7
2 changed files with 41 additions and 22 deletions
+3 -1
View File
@@ -24,11 +24,12 @@
Mark J Crane <markjcrane@fusionpbx.com>
James Rose <james.o.rose@gmail.com>
*/
$text['label-log-viewer']['en-us'] = 'Log Viewer';
$text['label-line-num']['en-us'] = 'Show Line Numbers';
$text['label-sort']['en-us'] = 'Sort Descending';
$text['label-filter']['en-us'] = 'Filter';
$text['description-filter']['en-us'] = 'Filtering the log with the text:';
$text['button-reload']['en-us'] = 'Reload';
$text['label-kb']['en-us'] = 'KB'; //KiloBytes
$text['button-download']['en-us'] = 'Download Logs';
@@ -37,6 +38,7 @@
$text['label-syntax']['en-us'] = 'Syntax Highlighted';
$text['label-open-at']['en-us'] = 'opening at';
$text['label-open-file']['en-us'] = 'opening entire file';
$text['error-open-file']['en-us'] = 'Unable to open file!';
?>