Skip to content

Commit

Permalink
feat: display package version in administration panel
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Sep 11, 2024
1 parent cd4cd6d commit 79262aa
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion invenio_app_rdm/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -1393,6 +1393,13 @@ def github_link_render(record):
# Flask-Menu
# ==========
#

USER_DASHBOARD_MENU_OVERRIDES = {}
"""Overrides for "dashboard" menu."""


# Invenio-Administration
# ======================
#
from invenio_app_rdm import __version__
ADMINISTRATION_DISPLAY_VERSIONS = [("invenio-app-rdm", f"v{__version__}")]
"""Show the InvenioRDM version in the administration panel."""

0 comments on commit 79262aa

Please sign in to comment.