lib/doggy/models/dashboard.rb in doggy-2.0.41 vs lib/doggy/models/dashboard.rb in doggy-2.0.42
- old
+ new
@@ -40,10 +40,10 @@
return if self.title =~ /\xF0\x9F\x90\xB6/
self.title += " \xF0\x9F\x90\xB6"
end
def human_url
- "https://app.datadoghq.com/dash/#{ id }"
+ "https://#{Doggy.base_human_url}/dash/#{ id }"
end
# Dashboards don't have a direct edit URL
alias_method :human_edit_url, :human_url
end # Dashboard