Skip to content

Commit

Permalink
Merge pull request #3631 from skateman/container-manager-decorator-fi…
Browse files Browse the repository at this point in the history
…leicon

Use fileicon instead state_icon in container provider powerstate quad
mzazrivec authored Mar 22, 2018

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents dfc4edf + d582ec4 commit 7cdf1e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ def fileicon
def quadicon
{
:top_left => {:text => container_nodes.size},
:top_right => {:state_icon => "svg/currentstate-#{enabled? ? 'on' : 'paused'}.svg"},
:top_right => {:fileicon => "svg/currentstate-#{enabled? ? 'on' : 'paused'}.svg"},
:bottom_left => {
:fileicon => fileicon,
:tooltip => type

0 comments on commit 7cdf1e6

Please sign in to comment.