Skip to content

Commit

Permalink
Merge pull request #4015 from skateman/container-size
Browse files Browse the repository at this point in the history
Display number of containers on the top right quad of container prov
  • Loading branch information
mzazrivec authored Jun 1, 2018
2 parents cc8cee3 + 9563c29 commit 9c01d66
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def fileicon
def quadicon
icon = {
:top_left => {:text => container_nodes.size},
:top_right => QuadiconHelper.machine_state(enabled? ? 'on' : 'paused'),
:top_right => {:text => containers.size},
:bottom_left => {
:fileicon => fileicon,
:tooltip => ui_lookup(:model => type)
Expand Down

0 comments on commit 9c01d66

Please sign in to comment.