HBASE-18076 (addendum) Flaky dashboard improvement: Add status markers to show trends of failure/success

Use https for fetching d3 since builds.apache.org is also https. Otherwise d3 script is not loaded (unless browser is explicitly told to do so) and the fancy status markers are not drawn.

Change-Id: I97f7402141717da77499d09e44b05ecdd35c5a6f
This commit is contained in:
Apekshit Sharma 2017-05-19 00:27:00 -07:00
parent 7a0a66072d
commit 7a535f5843
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
</style>
</head>
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
<script>
var width = 300;
var height = 25;