mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
fix small things
git-svn-id: http://www.observium.org/svn/observer/trunk@3094 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@ -19,7 +19,7 @@ $graphs['mysql'] = array('network_traffic', 'connections', 'command_counters',
|
||||
foreach ($app_devices as $app_device)
|
||||
{
|
||||
echo('<tr class="list-device">');
|
||||
echo('<td class="device-head" width=300px>'.generate_device_link($device, shorthost($app_device['hostname']), array('tab'=>'apps','app'=>$vars['app'])).'</td>');
|
||||
echo('<td class="device-head" width=300px>'.generate_device_link($app_device, shorthost($app_device['hostname']), array('tab'=>'apps','app'=>$vars['app'])).'</td>');
|
||||
echo('<td class="device-head" width=100px>'.$app_device['app_instance'].'</td>');
|
||||
echo('<td class="device-head" width=100px>'.$app_device['app_status'].'</td>');
|
||||
echo('<td></td>');
|
||||
|
@ -533,8 +533,8 @@ function notify($device,$title,$message)
|
||||
$emails = parse_email($email);
|
||||
if ($emails)
|
||||
{
|
||||
$message_header = $config['page_title_prefix'];
|
||||
$message_footer .= "E-mail sent to: ";
|
||||
$message_header = $config['page_title_prefix']."\n";
|
||||
$message_footer = "E-mail sent to: ";
|
||||
$i = 0;
|
||||
$count = count($emails);
|
||||
foreach ($emails as $email => $email_name)
|
||||
|
Reference in New Issue
Block a user