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);