Newer
Older
<h1 class="quiqqer-cron-cronservicewindow-title">
<span class="fa fa-cloud"></span>
<span>{{cron_window_cronservice_content_title}}</span>
</h1>
<div class="quiqqer-cron-cronservicewindow-section">
<h2>{{cron_window_cronservice_content_about_title}}</h2>
<p>
{{cron_window_cronservice_content_about_text}}
</p>
</div>
<div class="quiqqer-cron-cronservicewindow-section">
<h2>{{cron_window_cronservice_content_status_title}}</h2>
{{cron_window_cronservice_content_status_text}}
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<table class="quiqqer-cron-cronservice-table-stats">
<tr>
<td>
<span class="quiqqer-cron-cronservicewindow-stat-title">
{{cron_window_cronservice_content_register_lbl_stats_status}}
</span>
</td>
<td>
<span class="{{#active}}quiqqer-cron-cronservicewindow-stat-positive{{/active}}{{^active}}quiqqer-cron-cronservicewindow-stat-negative{{/active}}">
{{statusText}}
</span>
</td>
</tr>
{{#registered}}
<tr>
<td>
<span class="quiqqer-cron-cronservicewindow-stat-title">
{{cron_window_cronservice_content_register_lbl_stats_errors}}
</span>
</td>
<td>
{{statusErrors}}
</td>
</tr>
<tr>
<td>
<span class="quiqqer-cron-cronservicewindow-stat-title">
{{cron_window_cronservice_content_register_lbl_stats_lastExecution}}
</span>
</td>
<td>
{{statusLastExecution}}
</td>
</tr>
{{/registered}}
</table>
</div>
<div class="quiqqer-cron-cronservicewindow-buttons"></div>