Skip to content

Commit

Permalink
Add the missing powering_down quadrant machine state
Browse files Browse the repository at this point in the history
  • Loading branch information
skateman committed Jun 13, 2018
1 parent 315c0bc commit 98c30ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/helpers/quadicon_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ module QuadiconHelper
'off' => {:fonticon => 'pficon pficon-off', :background => '#CC0000'},
'template' => {:fonticon => 'pficon pficon-template', :background => '#336699'},
'powering_up' => {:fonticon => 'pficon pficon-on', :background => '#FF9900'},
'powering_down' => {:fonticon => 'pficon pficon-off', :background => '#FF9900'},
}.freeze

def self.provider_status(status, enabled = true)
Expand Down

0 comments on commit 98c30ae

Please sign in to comment.