mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
add download link for new SCM-Manager version to admin information page
This commit is contained in:
@@ -158,6 +158,10 @@ export function getAppVersion(state: object) {
|
||||
return state.indexResources.version;
|
||||
}
|
||||
|
||||
export function getReleaseInfoLink(state: object) {
|
||||
return getLink(state, "releaseInfo");
|
||||
}
|
||||
|
||||
export function getUiPluginsLink(state: object) {
|
||||
return getLink(state, "uiPlugins");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user