You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/29 07:41:18 UTC

[jira] [Commented] (EAGLE-176) Metric dashboard UI keep api refresh after page switch

    [ https://issues.apache.org/jira/browse/EAGLE-176?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15171479#comment-15171479 ] 

ASF GitHub Bot commented on EAGLE-176:
--------------------------------------

GitHub user zombieJ opened a pull request:

    https://github.com/apache/incubator-eagle/pull/106

    EAGLE-176 Metric dashboard UI keep api refresh after page switch

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zombieJ/incubator-eagle EAGLE-176

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-eagle/pull/106.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #106
    
----
commit 9aab66b8b0e530cb8b3f16886f1a6d23a4195e26
Author: jiljiang <ji...@ebay.com>
Date:   2016-02-29T06:39:01Z

    fix interval bug

----


> Metric dashboard UI keep api refresh after page switch
> ------------------------------------------------------
>
>                 Key: EAGLE-176
>                 URL: https://issues.apache.org/jira/browse/EAGLE-176
>             Project: Eagle
>          Issue Type: Bug
>            Reporter: Jilin, Jiang
>            Assignee: Jilin, Jiang
>            Priority: Trivial
>
> setInterval(function() {
> 	if(!$scope.dashboardReady) return;
> 	$scope.chartRefresh(true);
> }, 1000 * 30);
> Interval not clean



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)