Revision 36d1c798
Added by Jim Pingle about 13 years ago
usr/local/www/status_services.php | ||
---|---|---|
257 | 257 |
$service['description'] = get_pkg_descr($service['name']); |
258 | 258 |
echo '<tr><td class="listlr">' . $service['name'] . '</td>' . "\n"; |
259 | 259 |
echo '<td class="listr">' . $service['description'] . '</td>' . "\n"; |
260 |
echo get_service_status_icon($service); |
|
260 |
echo get_service_status_icon($service, true, true);
|
|
261 | 261 |
echo '<td valign="middle" class="list" nowrap>'; |
262 | 262 |
echo get_service_control_links($service); |
263 | 263 |
echo "</td></tr>\n"; |
Also available in: Unified diff
Refine the formatting of the service status icon a bit depending on its context.