mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
always go to new line for device location on device down box on frontpage
git-svn-id: http://www.observium.org/svn/observer/trunk@1029 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -30,7 +30,7 @@ $sql = mysql_query("SELECT * FROM `devices` AS D, devices_perms AS P WHERE D.dev
|
||||
while($device = mysql_fetch_array($sql)){
|
||||
|
||||
generate_front_box("alert", "<center><strong>".generatedevicelink($device, shorthost($device['hostname']))."</strong><br />
|
||||
<span style='font-size: 14px; font-weight: bold; margin: 5px; color: #c00;'>Device Down</span>
|
||||
<span style='font-size: 14px; font-weight: bold; margin: 5px; color: #c00;'>Device Down</span> <br />
|
||||
<span class=body-date-1>".truncate($device['location'], 20)."</span>
|
||||
</center>");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user