diff --git a/Theme/Backend/monitoring-logs-single.tpl.php b/Theme/Backend/monitoring-logs-single.tpl.php
index a13845e..aa7b476 100644
--- a/Theme/Backend/monitoring-logs-single.tpl.php
+++ b/Theme/Backend/monitoring-logs-single.tpl.php
@@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
- | = $this->getText('ID'); ?>
+ | = $this->getText('ID', 0, 0); ?>
|
| = (int) $this->request->getData('id') ?? 0; ?>
|
diff --git a/Theme/backend/monitoring-logs-single.tpl.php b/Theme/backend/monitoring-logs-single.tpl.php
index a13845e..aa7b476 100644
--- a/Theme/backend/monitoring-logs-single.tpl.php
+++ b/Theme/backend/monitoring-logs-single.tpl.php
@@ -38,7 +38,7 @@ echo $this->getData('nav')->render(); ?>
- | = $this->getText('ID'); ?>
+ | = $this->getText('ID', 0, 0); ?>
|
| = (int) $this->request->getData('id') ?? 0; ?>
|