Fix index title for datasync configure page
This commit is contained in:
parent
6dfda20116
commit
488696cb39
|
@ -54,7 +54,7 @@ class DataSyncThreadView(MasterView):
|
||||||
For now it only serves the config view.
|
For now it only serves the config view.
|
||||||
"""
|
"""
|
||||||
model_title = "DataSync Thread"
|
model_title = "DataSync Thread"
|
||||||
model_title_plural = "DataSync Daemon"
|
model_title_plural = "DataSync Status"
|
||||||
model_key = 'key'
|
model_key = 'key'
|
||||||
route_prefix = 'datasync'
|
route_prefix = 'datasync'
|
||||||
url_prefix = '/datasync'
|
url_prefix = '/datasync'
|
||||||
|
|
Loading…
Reference in a new issue