stats: Update histogram on stats page to take up 100% of the width, add stats page to the base HTML nav
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
<div class="infobox">
|
||||
<h4>Histogram</h4>
|
||||
<p>
|
||||
<img src="{{static_url("histogram.svg")}}" width="33%" />
|
||||
<img src="{{static_url("histogram.svg")}}" width="100%" />
|
||||
</p>
|
||||
<p>
|
||||
<a target="_blank" href="{{static_url("histogram.svg")}}">Click here to see the full histogram view</a>
|
||||
|
||||
Reference in New Issue
Block a user