CS-15015: cloudstack 3.0 UI - detailView widget - disable "pollAgainIfValueIsIn" function for now.

This commit is contained in:
Jessica Wang 2012-05-21 16:10:38 -07:00
parent 0282f2d8c9
commit 5168995905
1 changed files with 3 additions and 1 deletions

View File

@ -684,6 +684,7 @@
}
//???
/*
if("pollAgainIfValueIsIn" in value) {
if ((content in value.pollAgainIfValueIsIn) && (value.pollAgainFn != null)) {
//poll again
@ -693,9 +694,10 @@
clearInterval(intervalKey);
$('.detail-view .toolbar .button.refresh').click(); //click Refresh button to refresh detailView
}
}, 5000);
}, 2000);
}
}
*/
$name.html(_l(value.label));
$value.html(_s(content));