Page 1 of 1

auto refresh dashboard

Posted: Mon Jun 24, 2024 6:59 am
by w.saeed

if its possible to add auto refresh dashbard to display live date


Re: auto refresh dashboard

Posted: Tue Jun 25, 2024 8:09 am
by MichaelG

You can set a timer to click the refresh button for the dashboard items in the Startup Script. For example:

setInterval(function() {
    $('[data-card-widget="card-refresh"]').click();
  },
  60000); // Refresh every 1 minute