From d81ade0bc57ad21f3c2623e6055cb89f6d07952c Mon Sep 17 00:00:00 2001 From: marcel Date: Fri, 26 Jul 2024 09:47:30 +0200 Subject: [PATCH] removed templates functionality, because another tool is now responsible for that. template functions need to be removed entirely in future updates --- app/api/api.py | 2 +- app/html/static/index.html | 22 +++++++++++----------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/app/api/api.py b/app/api/api.py index 87520f5..ae5a2a5 100644 --- a/app/api/api.py +++ b/app/api/api.py @@ -14,7 +14,7 @@ api_router.include_router(status.router, prefix="/status", tags=["Status"]) api_router.include_router(webhooks.router, prefix="/webhook", tags=["Webhooks"]) api_router.include_router(ontologies.router, prefix="/ontology", tags=["Ontologies"]) -api_router.include_router(templates.router, prefix="/template", tags=["Templates"]) +# api_router.include_router(templates.router, prefix="/template", tags=["Templates"]) api_router.include_router(database.router, prefix="/database", tags=["Database"]) api_router.include_router(notifications.router, prefix="/notification", tags=["Notifications"]) # api_router.include_router(search.router, prefix="/search", tags=["Search"]) diff --git a/app/html/static/index.html b/app/html/static/index.html index baf7be7..e757422 100644 --- a/app/html/static/index.html +++ b/app/html/static/index.html @@ -205,20 +205,20 @@

-
-
Templates
+ + -
+ -
-
- Loading -
-
+ + + + + + -
-
+ +