mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Show version on /-/plugins page, closes #248
This commit is contained in:
parent
d4da4c92c8
commit
ca290719ed
3 changed files with 10 additions and 3 deletions
|
|
@ -1434,6 +1434,7 @@ class Datasette:
|
|||
'name': p['name'],
|
||||
'static': p['static_path'] is not None,
|
||||
'templates': p['templates_path'] is not None,
|
||||
'version': p.get('version'),
|
||||
} for p in get_plugins(pm)]),
|
||||
'/-/plugins<as_json:(\.json)?$>'
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue