summaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webapp
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2014-10-20 17:08:22 +1100
committerOlivier Lamy <olamy@apache.org>2014-10-20 17:08:22 +1100
commit5b59e0b10889d70800e52b8b6af93631c70b4d39 (patch)
tree53e837ecdcc50105e4b4a47e05210197c3826a28 /archiva-modules/archiva-web/archiva-webapp
parentaa14083b03254d95d2b9cafea9cf72686bff3ec2 (diff)
parent69ebec88413acf908cd4291170be134843bcb462 (diff)
downloadarchiva-5b59e0b10889d70800e52b8b6af93631c70b4d39.tar.gz
archiva-5b59e0b10889d70800e52b8b6af93631c70b4d39.zip
Merge branch 'MRM-813'
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webapp')
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/archiva/search.js2
-rw-r--r--archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/search.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/archiva/search.js b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/archiva/search.js
index ffabac778..eefdfefa3 100644
--- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/archiva/search.js
+++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/archiva/search.js
@@ -868,7 +868,7 @@ define("archiva.search",["jquery","jquery.ui","i18n","jquery.tmpl","select2","kn
}
- this.gridMetatadasViewModel = new ko.simpleGrid.viewModel({
+ this.gridMetadataViewModel = new ko.simpleGrid.viewModel({
data: self.entries,
pageSize: 10
});
diff --git a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/search.html b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/search.html
index c0a4529bd..164fe7695 100644
--- a/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/search.html
+++ b/archiva-modules/archiva-web/archiva-webapp/src/main/webapp/js/templates/archiva/search.html
@@ -788,7 +788,7 @@
<div id="artifact-details-metadatas-content" class="tab-pane">
<table class="table table-striped table-bordered" id="artifact-details-metadatas-content-table"
- data-bind="simpleGrid: gridMetatadasViewModel,simpleGridTemplate:'artifact_metadata_properties_tmpl',pageLinksId:'artifactMetadata_Pagination'">
+ data-bind="simpleGrid: gridMetadataViewModel,simpleGridTemplate:'artifact_metadata_properties_tmpl',pageLinksId:'artifactMetadata_Pagination'">
</table>
<div id="artifactMetadata_Pagination"></div>