From d8eb088e82972fe7dfcb2e4ef22dea333ff4c19d Mon Sep 17 00:00:00 2001 From: renato Date: Fri, 22 Jul 2016 10:36:30 +0200 Subject: [PATCH] suggested --- controllets/datasets-list-controllet/datasets-list-controllet.html | 2 +- locales/controllet_ln.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/controllets/datasets-list-controllet/datasets-list-controllet.html b/controllets/datasets-list-controllet/datasets-list-controllet.html index 17e14b7..97fe559 100644 --- a/controllets/datasets-list-controllet/datasets-list-controllet.html +++ b/controllets/datasets-list-controllet/datasets-list-controllet.html @@ -445,7 +445,7 @@ }, _getColorForItem : function(item) { - if(!item.provider_name) + if(!item.provider_name && !item.version) return "#FFEB3B"; }, diff --git a/locales/controllet_ln.js b/locales/controllet_ln.js index 8cb143f..4ae5667 100755 --- a/locales/controllet_ln.js +++ b/locales/controllet_ln.js @@ -22,7 +22,7 @@ ln["wrongUrl_en"] = "Invalid url or data provider not supported yet."; ln["providersDatasets_en"] = "PROVIDERS DATASETS"; ln["spodUsersDatasets_en"] = "SPOD USERS DATASETS"; -ln["datasets_en"] = "DATASETS"; +ln["datasets_en"] = "DATASETS LIST"; ln["provider_en"] = "Provider"; ln["all_en"] = "All"; -- libgit2 0.21.4