This page last changed on Mar 03, 2009 by jlargman.

To have the dashboard refresh automatically:

  1. Modify the Main Layout at Administration->Layouts->Main Layout.
  2. Add in the <META HTTP-EQUIV="REFRESH" CONTENT="5"> tag in the html header tag
  3. This example will refresh the browser in every 5 seconds
      <html>
      <head>
      <META HTTP-EQUIV="REFRESH" CONTENT="5">
      ........................................................
Document generated by Confluence on Nov 05, 2009 23:34