First Working version. I can add table
This commit is contained in:
6
src/components/debugger/constants.py
Normal file
6
src/components/debugger/constants.py
Normal file
@@ -0,0 +1,6 @@
|
||||
DBENGINE_DEBUGGER_INSTANCE_ID = "debugger"
|
||||
ROUTE_ROOT = "/debugger"
|
||||
|
||||
class Routes:
|
||||
DbEngine = "/dbengine" # request the filtering in the grid
|
||||
|
||||
Reference in New Issue
Block a user