diff --git a/web/ui/static/js/graph/index.js b/web/ui/static/js/graph/index.js index e56928a70b..3532015975 100644 --- a/web/ui/static/js/graph/index.js +++ b/web/ui/static/js/graph/index.js @@ -237,7 +237,7 @@ Prometheus.Graph.prototype.checkTimeDrift = function() { method: "GET", url: PATH_PREFIX + "/api/v1/query?query=time()", dataType: "json", - success: function(json, textStatus) { + success: function(json, textStatus) { if (json.status !== "success") { self.showError("Error querying time."); return;