summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClark Laughlin <clark.laughlin@linaro.org>2015-10-23 16:30:04 -0400
committerClark Laughlin <clark.laughlin@linaro.org>2015-10-23 16:30:04 -0400
commit5e50310c74255e9f4f0a42e61ba67351e1b7ff20 (patch)
treec503a0e01d961bd5758d7f77f28f235b6380a33d
parent69684bb5e5039820efc0c0b2a4db18d065284bad (diff)
index.html, detail.html: change urls to https
-rw-r--r--web-app/static/detail.html10
-rw-r--r--web-app/static/index.html10
2 files changed, 10 insertions, 10 deletions
diff --git a/web-app/static/detail.html b/web-app/static/detail.html
index ee39a0f..0e28e90 100644
--- a/web-app/static/detail.html
+++ b/web-app/static/detail.html
@@ -4,9 +4,9 @@
<META HTTP-EQUIV="EXPIRES" CONTENT="0">
<META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
- <link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:200,700' rel='stylesheet' type='text/css'>
- <link href='http://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css' rel='stylesheet' type='text/css'>
- <link href='http://cdn.datatables.net/1.10.7/css/jquery.dataTables.css' rel='stylesheet' type='text/css'>
+ <link href='https://fonts.googleapis.com/css?family=Merriweather+Sans:200,700' rel='stylesheet' type='text/css'>
+ <link href='https://code.jquery.com/ui/1.11.4/themes/smoothness/jquery-ui.css' rel='stylesheet' type='text/css'>
+ <link href='https://cdn.datatables.net/1.10.7/css/jquery.dataTables.css' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>
@@ -47,7 +47,7 @@ $(function() {
// get the config to find the logs server name
$.getJSON("/env", function(data) {
- var job_logs_url = "http://" + data['StaticLogsServer'] + "/" + job + "/logs";
+ var job_logs_url = "https://" + data['StaticLogsServer'] + "/" + job + "/logs";
$("<a>").attr("href", job_logs_url).html("Logs").appendTo($("#logs_url"));
$.getJSON(job_logs_url + "/tests-failing.json", function(data) {
global_job_failure_data = data
@@ -135,7 +135,7 @@ $(function() {
</head>
<body>
-<h1><img style="vertical-align: middle; width: 150px" src="http://www.linaro.org/app/images/linaro-logo-web.png"/>
+<h1><img style="vertical-align: middle; width: 150px" src="https://www.linaro.org/app/images/linaro-logo-web.png"/>
Openstack CI</h1>
<h2>Tempest Run - LAVA Job <span id="lava_job"></span> (<span id="date"></span>)</h2>
diff --git a/web-app/static/index.html b/web-app/static/index.html
index b40d0f6..0288173 100644
--- a/web-app/static/index.html
+++ b/web-app/static/index.html
@@ -9,10 +9,10 @@
<link href='http://cdn.datatables.net/1.10.7/css/jquery.dataTables.css' rel='stylesheet' type='text/css'>
- <script type='text/javascript' src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
- <script type='text/javascript' src="http://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
+ <script type='text/javascript' src="https://code.jquery.com/jquery-2.1.4.min.js"></script>
+ <script type='text/javascript' src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<script type="text/javascript" src="https://cdn.datatables.net/1.10.7/js/jquery.dataTables.min.js"></script>
- <script type='text/javascript' src="http://canvasjs.com/assets/script/canvasjs.min.js"></script>
+ <script type='text/javascript' src="https://canvasjs.com/assets/script/canvasjs.min.js"></script>
<style>
h1,h2,h3 { font-family: "Merriweather Sans", Arial, serif; font-weight: 700; }
@@ -57,7 +57,7 @@ $(function() {
// get the set of categorization data, the job annotation data and generate charts using the combinations
$.getJSON("/env", function(config_data) {
- var test_annotations_url = "http://" + config_data['StaticLogsServer'] + "/test-annotations.json";
+ var test_annotations_url = "https://" + config_data['StaticLogsServer'] + "/test-annotations.json";
$.getJSON(test_annotations_url, function(annotations_data) {
// store annotations data globally -- just retrieving it in this nest of callbacks
// to make sure it is available before generating the charts
@@ -97,7 +97,7 @@ function handle_chart_click(job, series) {
</head>
<body>
-<h1><img style="vertical-align: middle; width: 150px" src="http://www.linaro.org/app/images/linaro-logo-web.png"/>
+<h1><img style="vertical-align: middle; width: 150px" src="https://www.linaro.org/app/images/linaro-logo-web.png"/>
Openstack CI</h1>
<p>