Use nicecase on device apps page

Add powerdns-recursor
Indentation
This commit is contained in:
Tony Murray
2016-08-04 13:24:59 -05:00
parent 055a512f29
commit ccf5b993b5
2 changed files with 22 additions and 18 deletions

View File

@@ -80,7 +80,7 @@ foreach ($applications as $app) {
echo ' <td>';
echo ' <input type=checkbox'.(in_array($app, $app_enabled) ? ' checked="1"' : '')." name='app_".$app."'>";
echo ' </td>';
echo ' <td>'.ucfirst($app).'</td>';
echo ' <td>'.nicecase($app).'</td>';
echo ' </tr>
';