Module: nagvis
Branch: nagvis-1.5
Commit: cf122785436e599ad56be0dbede6223a9d7e124e
URL:    
http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=cf122785436e599ad56be0dbede6223a9d7e124e

Author: Lars Michelsen <[email protected]>
Date:   Fri Jan  7 11:22:00 2011 +0100

Fixed multisite link bullets

---

 .../userfiles/templates/default.multisiteMaps.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/share/userfiles/templates/default.multisiteMaps.html 
b/share/userfiles/templates/default.multisiteMaps.html
index 91b1987..5ee7236 100644
--- a/share/userfiles/templates/default.multisiteMaps.html
+++ b/share/userfiles/templates/default.multisiteMaps.html
@@ -2,7 +2,7 @@
 <tbody>
        {foreach $maps map}
   <tr><td>
-       <div class="statebullet state{if $map.state == "OK"}0{elseif $map.state 
== "WARNING"}1{elseif $map.state == "CRITICAL"}2{else}3{/if}">
+       <div class="statebullet state{if $map.state == "OK"}0{elseif $map.state 
== "WARNING"}1{elseif $map.state == "CRITICAL"}2{else}3{/if}">&nbsp;</div>
   <a href="{$htmlBase}/index.php?mod=Map&act=view&show={$map.name}" 
class="link" target="main">{$map.alias}</a>
   </td></tr>
        {/foreach}


------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Nagvis-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nagvis-checkins

Reply via email to