From: Ciro Scognamiglio Date: Tue, 17 Feb 2015 10:01:09 +0000 (+0100) Subject: fixed icons display X-Git-Tag: myslice-1.3~58^2~8 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=7bfe78fc522eecfcd0f6478af56680786d3198ab fixed icons display --- diff --git a/plugins/testbeds/static/js/testbeds.js b/plugins/testbeds/static/js/testbeds.js index 1050f548..ba40d00a 100644 --- a/plugins/testbeds/static/js/testbeds.js +++ b/plugins/testbeds/static/js/testbeds.js @@ -51,6 +51,10 @@ $scope._testbed_active[facility] = new Object(); $scope._testbed_active[facility][testbed] = value; }; + + $scope.tolower = function(string) { + return string.toLowerCase(string); + }; /* Click event */ diff --git a/plugins/testbeds/templates/testbeds.html b/plugins/testbeds/templates/testbeds.html index 6ee26f2a..755bc355 100644 --- a/plugins/testbeds/templates/testbeds.html +++ b/plugins/testbeds/templates/testbeds.html @@ -10,7 +10,7 @@ id="facility-filter_{[{ facility_name }]}" ng-click="select_facility(facility_name)" data-platform="{[{ facility_name }]}"> - {[{ facility_name }]} + {[{ facility_name }]}