Lines 123-129
Link Here
|
123 |
<tr> |
123 |
<tr> |
124 |
<th scope="row">Message broker: </th> |
124 |
<th scope="row">Message broker: </th> |
125 |
[% IF warnConnectBroker %] |
125 |
[% IF warnConnectBroker %] |
126 |
<td class="status_warn"><strong>Using SQL Polling</strong></td> |
126 |
<td class="status_warn"><strong>Using SQL polling</strong></td> |
127 |
[% ELSE %] |
127 |
[% ELSE %] |
128 |
<td class="status_ok">Using RabbitMQ</td> |
128 |
<td class="status_ok">Using RabbitMQ</td> |
129 |
[% END %] |
129 |
[% END %] |
130 |
- |
|
|