From 9705ba3be064c5570389047e46f9b185b838f6c7 Mon Sep 17 00:00:00 2001 From: Anjali Walsatwar Date: Wed, 18 Apr 2018 14:41:23 +0530 Subject: sort by not working in main page Issue-ID: VNFSDK-239 Change-Id: I2a6518f8d03c87c493adfd134650ae8fe6d32c90 Signed-off-by: Anjali Walsatwar --- .../src/main/webapp/vnfmarket/app/modules/home/marketplace.html | 8 ++++---- vnfmarket/src/main/webapp/vnfmarket/common/locale/locale-en.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'vnfmarket/src/main/webapp') diff --git a/vnfmarket/src/main/webapp/vnfmarket/app/modules/home/marketplace.html b/vnfmarket/src/main/webapp/vnfmarket/app/modules/home/marketplace.html index 64a3f392..f95bba53 100644 --- a/vnfmarket/src/main/webapp/vnfmarket/app/modules/home/marketplace.html +++ b/vnfmarket/src/main/webapp/vnfmarket/app/modules/home/marketplace.html @@ -24,7 +24,7 @@
- @@ -82,7 +82,7 @@
- @@ -143,7 +143,7 @@ - + - +
{{'module.marketplace.main.listView.headers.name' | translate}}{{'module.marketplace.main.listView.headers.name' @@ -176,7 +176,7 @@
{{service.name}} {{service.name}} diff --git a/vnfmarket/src/main/webapp/vnfmarket/common/locale/locale-en.json b/vnfmarket/src/main/webapp/vnfmarket/common/locale/locale-en.json index f82b567e..d7a7838d 100644 --- a/vnfmarket/src/main/webapp/vnfmarket/common/locale/locale-en.json +++ b/vnfmarket/src/main/webapp/vnfmarket/common/locale/locale-en.json @@ -127,7 +127,7 @@ }, "downloads": { "key": "Downloads", - "value": "downloads" + "value": "downloadCount" } } }, -- cgit 1.2.3-korg