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 0e306c9a05
commit 851e152dac
1 changed files with 3 additions and 1 deletions

View File

@ -682,6 +682,7 @@
}
//???
/*
if("pollAgainIfValueIsIn" in value) {
if ((content in value.pollAgainIfValueIsIn) && (value.pollAgainFn != null)) {
//poll again
@ -691,9 +692,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));