refreshInterval in seconds instead of milliseconds
This commit is contained in:
parent
283b64bc67
commit
ff3013d93c
@ -102,7 +102,7 @@ angular.module('adagios.table', ['adagios.live',
|
||||
}
|
||||
|
||||
if (!!attrs.refreshInterval) {
|
||||
tableGlobalConfig.refreshInterval = parseInt(attrs.refreshInterval, 10);
|
||||
tableGlobalConfig.refreshInterval = parseInt(attrs.refreshInterval * 1000, 10);
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user