Skip to content

Auto refresh in the ESP_Code Dashboard #1871

@DJJeffP

Description

@DJJeffP

The Dashboard.h for the ESP_Code has no auto refresh.

I suggest to add:

<head>
      ...
        <script>
            function autoRefresh() {
                window.location = window.location.href;
            }
            setInterval('autoRefresh()', 20000);
        </script>
      ...
</head>

So it auto refresh every 20 sec.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions