module DevicesHelper
	def display_status(device)
		image_pack_tag "online_icon.png"
	end
end
