Skip to content

Commit

Permalink
Adding setMetric back to AvailIcon and AvailText through MetricMixin.…
Browse files Browse the repository at this point in the history
… We still need support for that to track plain availability metrics.
  • Loading branch information
jvalkeal committed Jan 10, 2012
1 parent 3941ff3 commit da776ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dojo-release-1.5.0-src/hyperic/widget/avail/_Availability.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ dojo.require("hyperic.util.FontUtil");

dojo.declare("hyperic.widget.avail._Availability",
[ hyperic.widget.base.ResourceItem,
hyperic.data.LegendsProperty ],{
hyperic.data.LegendsProperty,
hyperic.widget.base.MetricMixin],{
// summary:
// This is a base class for widgets tracking resource
// availabilities.
Expand Down

0 comments on commit da776ab

Please sign in to comment.