You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logger.info("Attempting to delete dashboard with id: #{dashboard_id}")
20
+
response
21
+
end
22
+
23
+
defresponse
24
+
@response ||= client.delete(route)
25
+
end
26
+
27
+
private
28
+
29
+
defconfirm_zero_charts_on_dashboard
30
+
raise"Error: Dashboard includes #{dashboard_charts.count} charts. Please delete all charts before deleting the dashboard or override and set confirm_zero_charts: false"ifdashboard_charts.count.positive?
0 commit comments