5
5
use Cake \Core \Configure ;
6
6
?>
7
7
<div class="page index col-xs-12">
8
- <h2 ><?php echo __d ('queue ' , 'Queue ' );?> </h2 >
8
+ <h1 ><?php echo __d ('queue ' , 'Queue ' );?> </h1 >
9
9
10
- <h3 ><?php echo __d ('queue ' , 'Status ' ); ?> </h3 >
10
+ <h2 ><?php echo __d ('queue ' , 'Status ' ); ?> </h2 >
11
11
<?php if ($ status ) { ?>
12
12
<?php
13
13
$ running = (time () - $ status ['time ' ]) < MINUTE ;
@@ -21,7 +21,7 @@ use Cake\Core\Configure;
21
21
n/a
22
22
<?php } ?>
23
23
24
- <h3 ><?php echo __d ('queue ' , 'Queued Jobs ' ); ?> </h3 >
24
+ <h2 ><?php echo __d ('queue ' , 'Queued Jobs ' ); ?> </h2 >
25
25
<?php
26
26
echo $ current ;
27
27
?> task(s) await processing
@@ -50,7 +50,7 @@ foreach ($pendingDetails as $item) {
50
50
?>
51
51
</ol>
52
52
53
- <h3 ><?php echo __d ('queue ' , 'Statistics ' ); ?> </h3 >
53
+ <h2 ><?php echo __d ('queue ' , 'Statistics ' ); ?> </h2 >
54
54
<ul>
55
55
<?php
56
56
foreach ($ data as $ item ) {
@@ -69,7 +69,7 @@ if (empty($data)) {
69
69
?>
70
70
</ul>
71
71
72
- <h3 >Settings</h3 >
72
+ <h2 >Settings</h2 >
73
73
<ul>
74
74
<?php
75
75
$ configurations = Configure::read ('Queue ' );
@@ -88,7 +88,7 @@ if (empty($data)) {
88
88
?>
89
89
</ul>
90
90
91
- <h3 >Trigger Test/Demo Jobs</h3 >
91
+ <h2 >Trigger Test/Demo Jobs</h2 >
92
92
<ul>
93
93
<?php
94
94
foreach ($ tasks as $ task ) {
0 commit comments