Revision 7d25750f
Added by Doktor Notor over 8 years ago
src/usr/local/www/status_queues.php | ||
---|---|---|
274 | 274 |
$cpuUsage = 0; |
275 | 275 |
print('<td>'); |
276 | 276 |
print('<div class="progress" style="height: 7px;width: 170px;">'); |
277 |
print(' <div class="progress-bar" role="progressbar" id="queue' . $q['name'] . $q['interface'] . 'width" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: ' . $cpuUsage*100 . '%;\"></div>');
|
|
277 |
print(' <div class="progress-bar" role="progressbar" id="queue' . $q['name'] . $q['interface'] . 'width" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: ' . $cpuUsage*100 . '%;"></div>'); |
|
278 | 278 |
print(' </div>'); |
279 | 279 |
print('</td>'); |
280 | 280 |
print('<td><input readonly style="border:0;width:70px;text-align:right;" name="queue' . $q['name'] . $q['interface'] . 'pps" id="queue' . $q['name'] . $q['interface'] . 'pps" value="(' . gettext("Loading") . ')" /></td>'); |
Also available in: Unified diff
status_queues.php - remove redundant escaping
(cherry picked from commit c69a1a745045cbb7feef216ee97fcb72a00558ec)