# HG changeset patch # User Aurélien Campéas # Date 1714480580 -7200 # Tue Apr 30 14:36:20 2024 +0200 # Node ID b1649936ff8b0cd695a987e96217a337f4798863 # Parent 7af05f3b336c595440bba778d8fe5eda95f3ae54 webapp: the separate "historic" view has been retired from tsview It is now integrated into the rest. diff --git a/tshistory_refinery/webapp.py b/tshistory_refinery/webapp.py --- a/tshistory_refinery/webapp.py +++ b/tshistory_refinery/webapp.py @@ -5,7 +5,6 @@ from dbcache.http import kvstore_httpapi from dbcache.api import kvstore from tsview.blueprint import tsview -from tsview.history import historic from rework_ui.blueprint import reworkui from tshistory.api import timeseries @@ -62,11 +61,6 @@ app.register_blueprint( tsview(self.tsa) ) - historic( - app, - self.tsa, - request_pathname_prefix='/' - ) def reworkui(self, app): app.register_blueprint(