From cb9b1306b6e9aaa5e4f3e817346fcbb4d6437882 Mon Sep 17 00:00:00 2001 From: luckysideburn Date: Thu, 4 Apr 2024 16:51:21 +0000 Subject: [PATCH] fixed --- html5/chaos_report.js | 2 +- html5/index.html | 26 +++++++++++--------------- html5/modals.js | 4 ---- 3 files changed, 12 insertions(+), 20 deletions(-) diff --git a/html5/chaos_report.js b/html5/chaos_report.js index efeae4d..880914a 100644 --- a/html5/chaos_report.js +++ b/html5/chaos_report.js @@ -169,7 +169,7 @@ function sendSavedChaosReport() { chaos_report_start_date = new Date(); } - startGameMode() + //startGameMode() chaos_report_switch = true; document.getElementById("httpStatsCanvasDiv").style.display = "block"; document.getElementById("chartDiv").style.display = "block"; diff --git a/html5/index.html b/html5/index.html index 7710ca5..06a4a47 100644 --- a/html5/index.html +++ b/html5/index.html @@ -271,19 +271,7 @@
- -
- -
- - -
- -
- - +

@@ -351,6 +339,14 @@

+
+
+ + +
+
@@ -540,8 +536,8 @@
diff --git a/html5/modals.js b/html5/modals.js index d26ddb2..bbd2a66 100644 --- a/html5/modals.js +++ b/html5/modals.js @@ -42,10 +42,6 @@ function closeSetLoadTestModal() { } function showPrepareChaosReportModal(checkbox) { - // if (is_demo_mode()) { - // demo_mode_alert(); - // return; - // } if(checkbox.checked){ $('#prepareChaosReportModal').modal('show'); $("#chaosReportHeader").text("Configuration of Chaos Report for namespace: " + namespace);