update cards
This commit is contained in:
		| @ -237,12 +237,12 @@ function hostScanning(link) { | |||||||
|                                     <xsl:text>ui empty circular label </xsl:text> |                                     <xsl:text>ui empty circular label </xsl:text> | ||||||
|                                     <xsl:choose> |                                     <xsl:choose> | ||||||
|                                         <xsl:when test="$currentHost/status/@state='up'">green</xsl:when> |                                         <xsl:when test="$currentHost/status/@state='up'">green</xsl:when> | ||||||
|                                         <xsl:otherwise>red disabled</xsl:otherwise> |                                         <xsl:otherwise>red</xsl:otherwise> | ||||||
|                                     </xsl:choose> |                                     </xsl:choose> | ||||||
|                                 </xsl:attribute> |                                 </xsl:attribute> | ||||||
|                             </div> |                             </div> | ||||||
|                         </xsl:when> |                         </xsl:when> | ||||||
|                         <xsl:otherwise><div class="ui red disabled circular label"></div></xsl:otherwise> |                         <xsl:otherwise><div class="ui empty circular label red"></div></xsl:otherwise> | ||||||
|                     </xsl:choose> |                     </xsl:choose> | ||||||
|                     <xsl:text> </xsl:text> |                     <xsl:text> </xsl:text> | ||||||
|                     <xsl:choose> |                     <xsl:choose> | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user