mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
8a4639bc43
commit
2f7731e9e5
10 changed files with 166 additions and 14 deletions
|
|
@ -102,3 +102,8 @@ def forbidden(datasette, request, message):
|
|||
@hookspec
|
||||
def menu_links(datasette, actor):
|
||||
"Links for the navigation menu"
|
||||
|
||||
|
||||
@hookspec
|
||||
def table_actions(datasette, actor, database, table):
|
||||
"Links for the table actions menu"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue