Remove unused method GeoHelper#current_node?

parent 36c2a829
module EE
module GeoHelper
def current_node?(node)
::Gitlab::Geo.current_node == node
end
def node_status_icon(node)
unless node.primary?
status = node.enabled? ? 'healthy' : 'disabled'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment