You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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">
      ........................................................
  • No labels