From d276b5fb65ba54e061afbf6d23c9de3823845991 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=9B=BD=E5=BF=A0?= Date: Thu, 20 Feb 2020 18:36:22 +0800 Subject: [PATCH] [format]Js: format checktimedrift() success (#6850) Signed-off-by: fuling --- web/ui/static/js/graph/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;