@@ -43,50 +43,50 @@ echo $this->getData('nav')->render(); ?>
|
| = $this->printHtml((int) $this->request->getData('id') ?? 0); ?>
|
- | = $this->getHtml('Time') ?>
+ | = $this->getHtml('Time'); ?>
|
| = $this->printHtml($log['datetime']); ?>
|
- | = $this->getHtml('Uri') ?>
+ | = $this->getHtml('Uri'); ?>
|
| = $this->printHtml($log['path']); ?>
|
- | = $this->getHtml('Source') ?>
+ | = $this->getHtml('Source'); ?>
|
| = $this->printHtml($log['ip']); ?>
|
- | = $this->getHtml('Level') ?>
+ | = $this->getHtml('Level'); ?>
|
| = $this->printHtml($log['level']); ?>
|
- | = $this->getHtml('Message') ?>
+ | = $this->getHtml('Message'); ?>
|
| = $this->printHtml($log['message']); ?>
|
- | = $this->getHtml('File') ?>
+ | = $this->getHtml('File'); ?>
|
| = $this->printHtml($log['file']); ?>
|
- | = $this->getHtml('Line') ?>
+ | = $this->getHtml('Line'); ?>
|
| = $this->printHtml($log['line']); ?>
|
- | = $this->getHtml('Version') ?>
+ | = $this->getHtml('Version'); ?>
|
| = $this->printHtml($log['version']); ?>
|
- | = $this->getHtml('OS') ?>
+ | = $this->getHtml('OS'); ?>
|
| = $this->printHtml($log['os']); ?>
|
- | = $this->getHtml('Backtrace') ?>
+ | = $this->getHtml('Backtrace'); ?>
|
= $this->printHtml(\json_encode($log['backtrace'], \JSON_PRETTY_PRINT)); ?>
|
| = $this->getHtml('Report') ?>
+ href="https://gitreports.com/issue/Orange-Management/Orange-Management/?name=Guest&issue_title== $this->printHtml(\urlencode($log['message'])); ?>&details== $this->printHtml(\urlencode($details)); ?>">= $this->getHtml('Report'); ?>
|