add download link for new SCM-Manager version to admin information page

This commit is contained in:
Eduard Heimbuch
2020-09-22 16:21:49 +02:00
parent 851c5f9287
commit 65caa05433
16 changed files with 121 additions and 41 deletions

View File

@@ -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");
}