-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #45 from grafana/bugfix/28-sparse-stats-graphed-in…
…correctly Bugfix/28 sparse stats graphed incorrectly
- Loading branch information
Showing
6 changed files
with
25 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ on: | |
push: | ||
branches: | ||
- feature/* | ||
- bugfix/* | ||
|
||
jobs: | ||
build: | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
assets/ui/assets/index-aa15e9e4.js → assets/ui/assets/index-ec9aa95e.js
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="./xk6-dashboard.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<script type="module" src="./boot.js"></script> | ||
<script type="module" src="./init.js"></script> | ||
<title>k6 dashboard</title> | ||
<script type="module" crossorigin src="./assets/index-aa15e9e4.js"></script> | ||
<link rel="stylesheet" href="./assets/index-fd5c5824.css"> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
|
||
</body> | ||
</html> | ||
|
||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/svg+xml" href="./xk6-dashboard.svg" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<script type="module" src="./boot.js"></script> | ||
<script type="module" src="./init.js"></script> | ||
<title>k6 dashboard</title> | ||
<script type="module" crossorigin src="./assets/index-ec9aa95e.js"></script> | ||
<link rel="stylesheet" href="./assets/index-fd5c5824.css"> | ||
</head> | ||
|
||
<body> | ||
<div id="root"></div> | ||
|
||
</body> | ||
|
||
</html> |