diff --git a/src/common/core/db/ui/actions.py b/src/common/core/db/ui/actions.py deleted file mode 100644 index 9e8b64c7b..000000000 --- a/src/common/core/db/ui/actions.py +++ /dev/null @@ -1,10 +0,0 @@ -def db(): - return { - "message": "ok", - "data": { - "info": "test", - "driver": "SQLite", - "version": "13.2", - "size": "14.8", - }, - } diff --git a/src/common/core/db/ui/template.html b/src/common/core/db/ui/template.html deleted file mode 100644 index 591bc8a4f..000000000 --- a/src/common/core/db/ui/template.html +++ /dev/null @@ -1,134 +0,0 @@ -{% extends "base.html" %} {% block content %} - - -
- DRIVER - - -
-- VERSION - - -
-- SIZE -
- - -- - MB used on database - -
-