Skip to content

Commit

Permalink
Merge pull request #4101 from pkliczewski/master
Browse files Browse the repository at this point in the history
Missing icon for powering-up state
  • Loading branch information
martinpovolny authored Jun 12, 2018
2 parents 9c81b35 + 72175a4 commit 6ada746
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 @@ -32,6 +32,7 @@ module QuadiconHelper
'terminated' => {:fonticon => 'pficon pficon-off', :background => '#CC0000'},
'off' => {:fonticon => 'pficon pficon-off', :background => '#CC0000'},
'template' => {:fonticon => 'pficon pficon-template', :background => '#336699'},
'powering_up' => {:fonticon => 'pficon pficon-on', :background => '#FF9900'},
}.freeze

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

0 comments on commit 6ada746

Please sign in to comment.