= __d('queue', 'For already processed jobs - in average seconds per timeframe.') ?>
-
diff --git a/templates/Admin/QueuedJobs/view.php b/templates/Admin/QueuedJobs/view.php
index d13bca0a..63fee1d7 100644
--- a/templates/Admin/QueuedJobs/view.php
+++ b/templates/Admin/QueuedJobs/view.php
@@ -64,7 +64,7 @@
- | = __d('queue', 'Job Type') ?> |
+ = __d('queue', 'Job Type') ?> |
= h($queuedJob->job_task) ?> |
@@ -120,7 +120,7 @@
- | = __d('queue', 'Created') ?> |
+ = __d('queue', 'Created') ?> |
= $this->Time->nice($queuedJob->created) ?> |
diff --git a/templates/layout/queue.php b/templates/layout/queue.php
index 053835e7..7ff036c7 100644
--- a/templates/layout/queue.php
+++ b/templates/layout/queue.php
@@ -82,6 +82,21 @@
overflow-y: auto;
}
+ /* Mobile nav offcanvas — same background as sidebar */
+ .queue-mobile-nav-bg {
+ background: var(--queue-sidebar-bg);
+ }
+
+ /* Column-width utilities (replaces inline `| `). */
+ .queue-col-w-50 { width: 50px; }
+ .queue-col-w-200 { width: 200px; }
+
+ /* Stats chart wrapper (replaces inline `style="position:relative;height:400px"`). */
+ .queue-chart-wrapper {
+ position: relative;
+ height: 400px;
+ }
+
.queue-sidebar .nav-section {
padding: 0 1rem;
margin-bottom: 1.5rem;
@@ -382,7 +397,7 @@
- |