Hi
I am struggling to add a simple button to my dashboard that results in a full refresh of the webpage.
(similar to the F5 on the keyboard).
Any help would greatly appreciated.
Thanks in advance.
Hi
I am struggling to add a simple button to my dashboard that results in a full refresh of the webpage.
(similar to the F5 on the keyboard).
Any help would greatly appreciated.
Thanks in advance.
html.A('Refresh', href='/')
?
I also try this method. It works most of the time.
But if there’s something loading, it can’t stop (pressing F5 can).