A small javascript snippet we will embed in the startcenter-options.jsp file to reload the page based on the interval.
path: maximo.EAR\maximouiweb\webmodule\webclient\components\startcenter-options.jsp
just copy the below code and paste before the <table> tag in startcenter-options.jsp file:
<script type="text/javascript">
setTimeout("location.reload(true)", 60000);
</script>
No comments:
Post a Comment