Lines 111-131
Link Here
|
111 |
</td> |
111 |
</td> |
112 |
</tr> |
112 |
</tr> |
113 |
<tr><th scope="row">Zebra version: </th><td>[% zebraVersion | html %]</td></tr> |
113 |
<tr><th scope="row">Zebra version: </th><td>[% zebraVersion | html %]</td></tr> |
|
|
114 |
<tr><th scope="row">Zebra status: </th> |
114 |
[% IF (errZebraConnection == 10000) %] |
115 |
[% IF (errZebraConnection == 10000) %] |
115 |
<tr><th scope="row"><strong>Error</strong> </th><td>Zebra server seems not to be available. Is it started?</td></tr> |
116 |
<td class="status_fatal"><strong>Zebra server seems not to be available. Is it started?</strong></td> |
116 |
[% ELSIF (errZebraConnection) %] |
117 |
[% ELSIF (errZebraConnection) %] |
117 |
<tr><th scope="row"><strong>Warning</strong> </th><td>Error message from Zebra: [% ( errZebraConnection ) | html %] </td></tr> |
118 |
<td class="status_warn"><strong>Error message from Zebra: [% ( errZebraConnection ) | html %]</strong></td> |
|
|
119 |
[% ELSE %] |
120 |
<td class="status_ok">Running</td> |
118 |
[% END %] |
121 |
[% END %] |
|
|
122 |
</tr> |
119 |
<tr> |
123 |
<tr> |
120 |
<th scope="row">Message broker: </th> |
124 |
<th scope="row">Message broker: </th> |
121 |
<td> |
125 |
[% IF warnConnectBroker %] |
122 |
Status: |
126 |
<td class="status_warn"><strong>Using SQL Polling</strong></td> |
123 |
[% IF warnConnectBroker %] |
127 |
[% ELSE %] |
124 |
<span class="status_warn">connection failed</span> |
128 |
<td class="status_ok">Using RabbitMQ</td> |
125 |
[% ELSE %] |
129 |
[% END %] |
126 |
<span class="status_ok">running</span> |
|
|
127 |
[% END %] |
128 |
</td> |
129 |
</tr> |
130 |
</tr> |
130 |
<tr> |
131 |
<tr> |
131 |
<th scope="row">Date and time: </th> |
132 |
<th scope="row">Date and time: </th> |
132 |
- |
|
|