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

Version Path
dashing-contrib-0.2.9 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.2.8 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.2.7 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.2.6 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.2.5 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.2.4 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.2.3 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.2.2 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.2.1 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.2.0 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.1.14 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.1.12 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.1.11 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.1.10 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.1.9 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.1.8 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.1.7 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.1.6 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.1.5 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee
dashing-contrib-0.1.4 lib/dashing-contrib/assets/widgets/pingdom_uptime/pingdom_uptime.coffee