Skip to content
This repository was archived by the owner on May 24, 2020. It is now read-only.

Commit

Permalink
visual improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
BFergerson committed Mar 19, 2017
1 parent 57101d7 commit 0db4d6f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion dashboard/assets/jvm_mechanic_charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ function updateCharts(cutOffMinutesTime) {
var newDataset = {
label: methodNameMap[eventMethodId],
backgroundColor: newColor,
borderColor: newColor,
data: [],
fill: false
};
Expand Down
2 changes: 1 addition & 1 deletion dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<!-- page-content-wrapper -->
<div class="page-content-toggle" id="page-content-wrapper">
<!-- .container-fluid -->
<div style="margin-top: 5px">
<div style="margin-top: 10px">
<div class="container-fluid" style="width: 98%">
<div class="row">
<div class="panel panel-default">
Expand Down
2 changes: 1 addition & 1 deletion dashboard/overview.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
<!-- page-content-wrapper -->
<div class="page-content-toggle" id="page-content-wrapper">
<!-- .container-fluid -->
<div style="margin-top: 5px">
<div style="margin-top: 10px">
<div class="container-fluid" style="width: 98%">
<div class="row">
<div class="panel panel-default">
Expand Down

0 comments on commit 0db4d6f

Please sign in to comment.