From 819c12759a74b1099dcf850049ba78b75720ed86 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Fri, 23 Mar 2012 08:40:41 +0000 Subject: [PATCH] display order value in proxy connectors screen git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1304230 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/webapp/js/archiva/templates/proxy-connectors.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/proxy-connectors.html b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/proxy-connectors.html index fb1e1d211..d5e77d61b 100644 --- a/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/proxy-connectors.html +++ b/archiva-modules/archiva-web/archiva-webapp-js/src/main/webapp/js/archiva/templates/proxy-connectors.html @@ -101,6 +101,7 @@ ${$.i18n.prop('proxy-connectors.order.edit')} + ${row.order()} {{/if}} @@ -271,7 +272,9 @@
${remoteRepository.name()} (${remoteRepository.url()}) - + +
+ ${order}
-- 2.39.5