Set index.jinja2 as default for General.template
This commit is contained in:
parent
062da49244
commit
5915664605
|
@ -17,7 +17,7 @@ DEFAULT_CONFIG = {
|
||||||
'output': 'tsstats.html',
|
'output': 'tsstats.html',
|
||||||
'idmap': '',
|
'idmap': '',
|
||||||
'onlinedc': True,
|
'onlinedc': True,
|
||||||
'template': 'stats.jinja2',
|
'template': 'index.jinja2',
|
||||||
'datetimeformat': '%x %X %Z',
|
'datetimeformat': '%x %X %Z',
|
||||||
'onlinetimethreshold': -1
|
'onlinetimethreshold': -1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue