Sha256: 18569655aea7c18d7f6cbad84dc96806379ceaf8b77620894fc732a374cad03c
Contents?: true
Size: 610 Bytes
Versions: 26
Compression:
Stored size: 610 Bytes
Contents
class Dashing.PingdomUptime extends Dashing.Widget @accessor 'current', Dashing.AnimatedValue @accessor 'first', Dashing.AnimatedValue @accessor 'firstTitle', Dashing.AnimatedValue @accessor 'second', Dashing.AnimatedValue @accessor 'secondTitle', Dashing.AnimatedValue @accessor 'arrowClass', -> if (@get('is_up') == true) then 'fa fa-smile-o' else 'fa fa-frown-o' @accessor 'statusClass', -> if (@get('is_up') == true) then 'current-status-container status-up' else 'current-status-container status-down' @accessor 'statusText', -> if (@get('is_up') == true) then 'Up' else 'Down'
Version data entries
26 entries across 26 versions & 1 rubygems