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:
parent
7a0a66072d
commit
7a535f5843
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue