X-Git-Url: https://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Websites%2Fperf.webkit.org%2Fpublic%2Fv2%2Fmanifest.js;h=4059b2fc3c05e9de10775cf24f2e4add3ce4daca;hp=9d03bf232f83f94e62511bc8d9b62b6836affb21;hb=3ff3015c1d821d09873b3b0ca678e1cc4b97d793;hpb=73678d4abaf4b8a7ddf87fb8eeb52d0d4de18ddb diff --git a/Websites/perf.webkit.org/public/v2/manifest.js b/Websites/perf.webkit.org/public/v2/manifest.js index 9d03bf232f83..4059b2fc3c05 100755 --- a/Websites/perf.webkit.org/public/v2/manifest.js +++ b/Websites/perf.webkit.org/public/v2/manifest.js @@ -34,7 +34,7 @@ App.Metric = App.NameLabelModel.extend({ }.property('name', 'test'), fullName: function () { - return this.get('path').join(' \u220b ') /* ∈ */ + return this.get('path').join(' \u220b ') /* ∋ */ + ' : ' + this.get('label'); }.property('path', 'label'), });