##// END OF EJS Templates
dashboard autorefresh...
dashboard autorefresh refresh notebook list and cluster list when : - page get focus - every 60 sec when page is on focus stop refreshing every 60 sec when page loose focus

File last commit:

r3410:21647ae3
r6844:bd82968f
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *