[
https://issues.apache.org/jira/browse/EAGLE-845?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15787170#comment-15787170
]
ASF GitHub Bot commented on EAGLE-845:
--------------------------------------
Github user zombieJ commented on a diff in the pull request:
https://github.com/apache/eagle/pull/753#discussion_r94208623
--- Diff:
eagle-hadoop-metric/src/main/webapp/app/apps/hadoop_metric/partials/overview.html
---
@@ -33,17 +59,19 @@ <h3 class="box-title">
<span class="fa fa-line-chart"></span>
<h3 class="box-title">
Metrics
+ <span>({{defaultHostname}})</span>
</h3>
</div>
<div class="box-body no-padding">
<div class="row border-split">
- <div class="col-sm-6 col-md-4 col-lg-3"
ng-repeat="metric in metricList track by $index">
+ <div class="col-sm-6 col-md-6 col-lg-3"
ng-repeat="metric in metricList track by $index">
--- End diff --
May be `col-lg-4` instead? `col-lg-3` will much shorter when screen width
from `col-md-6` to `col-lg-3`
> JMX Dashboard
> -------------
>
> Key: EAGLE-845
> URL: https://issues.apache.org/jira/browse/EAGLE-845
> Project: Eagle
> Issue Type: New Feature
> Components: Hadoop JMX Monitor, Web UI
> Reporter: JiJun Tang
> Assignee: Lingang Deng
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)