Add in sparklines to status page pipelines

If graphite_url is set add in sparklines for pipelines on status page

Change-Id: Ife7579bf889a80fddd0bfb958ec1b6aa5394adae
diff --git a/etc/status/public_html/index.html b/etc/status/public_html/index.html
index 8884069..bea1a79 100644
--- a/etc/status/public_html/index.html
+++ b/etc/status/public_html/index.html
@@ -32,6 +32,7 @@
     </div>
     <script src="jquery.min.js"></script>
     <script src="jquery-visibility.min.js"></script>
+    <script src="jquery.graphite.js"></script>
     <script src="app.js"></script>
 </body>
 </html>