Add a chart to the job pages showing the closure size over time
This commit is contained in:
@ -527,4 +527,10 @@ BLOCK renderJobsetOverview %]
|
||||
[% END;
|
||||
|
||||
|
||||
BLOCK includeFlot %]
|
||||
<script src="[% c.uri_for("/static/js/flot/jquery.flot.js") %]" type="text/javascript"></script>
|
||||
<script src="[% c.uri_for("/static/js/flot/jquery.flot.selection.js") %]" type="text/javascript"></script>
|
||||
[% END;
|
||||
|
||||
|
||||
%]
|
||||
|
Reference in New Issue
Block a user