You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by mm...@apache.org on 2018/10/25 17:33:51 UTC

[accumulo] branch master updated: Fix #713 Monitor 2.0 overview plots overlap when resizing browser window (#714)

This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/master by this push:
     new 3108ab7  Fix #713 Monitor 2.0 overview plots overlap when resizing browser window (#714)
3108ab7 is described below

commit 3108ab7d8700e9632946b1615923324b181ee2cd
Author: cleroux <le...@gmail.com>
AuthorDate: Thu Oct 25 10:33:47 2018 -0700

    Fix #713 Monitor 2.0 overview plots overlap when resizing browser window (#714)
---
 .../src/main/resources/org/apache/accumulo/monitor/templates/default.ftl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/default.ftl b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/default.ftl
index 8c60a39..2d84fce 100644
--- a/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/default.ftl
+++ b/server/monitor/src/main/resources/org/apache/accumulo/monitor/templates/default.ftl
@@ -32,6 +32,7 @@
       <script src="/resources/external/datatables/js/dataTables.bootstrap.js"></script>
       <script src="/resources/external/flot/jquery.flot.js"></script>
       <script src="/resources/external/flot/jquery.flot.time.js"></script>
+      <script src="/resources/external/flot/jquery.flot.resize.js"></script>
       <script src="/resources/external/ellipsis.js"></script>
       <link rel="stylesheet" href="/resources/external/bootstrap/css/bootstrap.css" />
       <link rel="stylesheet" href="/resources/external/bootstrap/css/bootstrap-theme.css" />