mirror of
https://github.com/Karaka-Management/oms-Monitoring.git
synced 2026-02-14 00:08:40 +00:00
l11n, unit/app and simplification fixes
This commit is contained in:
parent
1f9f7d2755
commit
2b34353a82
|
|
@ -90,11 +90,11 @@ echo $this->getData('nav')->render(); ?>
|
||||||
<label><?= $this->getHtml('Backtrace'); ?></label>
|
<label><?= $this->getHtml('Backtrace'); ?></label>
|
||||||
<pre><?= $this->printHtml(\json_encode(\json_decode($log[9] ?? '{}'), \JSON_PRETTY_PRINT)); ?></pre>
|
<pre><?= $this->printHtml(\json_encode(\json_decode($log[9] ?? '{}'), \JSON_PRETTY_PRINT)); ?></pre>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="portlet-foot">
|
<div class="portlet-foot">
|
||||||
<a tabindex="0" class="button" target="_blank"
|
<a tabindex="0" class="button" target="_blank"
|
||||||
href="https://github.com/Karaka-Management/Karaka/issues/new?body=<?= $this->printHtml(\rawurlencode($details)); ?>"><?= $this->getHtml('Report'); ?></a>
|
href="https://github.com/Karaka-Management/Karaka/issues/new?body=<?= $this->printHtml(\rawurlencode($details)); ?>"><?= $this->getHtml('Report'); ?></a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user