mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 06:55:47 +01:00
Get links for repositories by namespaces from server
This commit is contained in:
@@ -234,6 +234,10 @@ export function getRepositoriesLink(state: object) {
|
||||
return getLink(state, "repositories");
|
||||
}
|
||||
|
||||
export function getNamespacesLink(state: object) {
|
||||
return getLink(state, "namespaces");
|
||||
}
|
||||
|
||||
export function getHgConfigLink(state: object) {
|
||||
return getLink(state, "hgConfig");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user