mirror of https://github.com/apache/archiva.git
[MRM-1577] rewrite legacy path admin page
add missing i18n. git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1297643 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
7e377a16bf
commit
1238f94c44
|
@ -245,3 +245,16 @@ login.username.placehoder=Username
|
||||||
login.password.placehoder=Password
|
login.password.placehoder=Password
|
||||||
|
|
||||||
#legacy artifact path support
|
#legacy artifact path support
|
||||||
|
legacy-artifact-paths.artifact=Artifact
|
||||||
|
legacy-artifact-paths.path=Path
|
||||||
|
legacy-artifact-paths.groupId=Group ID
|
||||||
|
legacy-artifact-paths.artifactId=Artifact ID
|
||||||
|
legacy-artifact-paths.classifier=Classifier
|
||||||
|
legacy-artifact-paths.version=Version
|
||||||
|
legacy-artifact-paths.calculatePath=Calculate Path
|
||||||
|
legacy-artifact-paths.type=Type
|
||||||
|
legacy-artifact-paths.list=Legacy Artifact Path Resolution
|
||||||
|
legacy-artifact-paths.grid.tab.title=Path Mappings
|
||||||
|
legacy-artifact-path.added=Path Mapping for path {0}
|
||||||
|
legacy-artifact-path.delete.confirm=Are you sure to delete Path Mapping {0} ?
|
||||||
|
legacy-artifact-path.removed=Path Mapping deleted {0} deleted.
|
||||||
|
|
|
@ -240,7 +240,7 @@ $(function() {
|
||||||
clearUserMessages();
|
clearUserMessages();
|
||||||
var mainContent=$("#main-content");
|
var mainContent=$("#main-content");
|
||||||
|
|
||||||
mainContent.html($("#legacy-artifact-path-main" ).html());
|
mainContent.html($("#legacy-artifact-path-main").tmpl());
|
||||||
|
|
||||||
$.ajax("restServices/archivaServices/archivaAdministrationService/getLegacyArtifactPaths", {
|
$.ajax("restServices/archivaServices/archivaAdministrationService/getLegacyArtifactPaths", {
|
||||||
type: "GET",
|
type: "GET",
|
||||||
|
|
Loading…
Reference in New Issue