You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@eagle.apache.org by "Jilin, Jiang (JIRA)" <ji...@apache.org> on 2016/03/02 10:01:18 UTC

[jira] [Resolved] (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:all-tabpanel ]

Jilin, Jiang resolved EAGLE-176.
--------------------------------
    Resolution: Fixed

> 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)