TT#35952 Update repoapi panel release data immediately after page load

With current timer setup the first load happens after 30 sec only and
all this time empty data is shown on panel.

Change-Id: I9200460b74b4d3323316da1406991e1ad768c57a
changes/93/27193/1
Sergii Kipot 6 years ago
parent e1abf6dd00
commit 7457a3a3ad

@ -25,6 +25,7 @@ $( document ).ready(function() {
$.panel = 'release';
$.release.max_uuids = 1;
$.release.interval = 30000;
update_info('{{release}}');
$.release.timer = setInterval(function(){
update_info('{{release}}');
}, $.release.interval);

Loading…
Cancel
Save