Fix index title for datasync configure page

This commit is contained in:
Lance Edgar 2022-08-22 01:07:58 -05:00
parent 6dfda20116
commit 488696cb39

View file

@ -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'