X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Flists%2Fstatic%2Fjs%2Fsimplelist.js;h=545c04cdf0e26288d17432dfacbcf79f28f291c6;hb=e11594d82379b519df0968cc3c6a21628b270b27;hp=9cd5129722784d64647707f0b5d265ae65f953d2;hpb=d1e5d12b2b9519801f7b981a2177b3f36115714a;p=myslice.git diff --git a/plugins/lists/static/js/simplelist.js b/plugins/lists/static/js/simplelist.js index 9cd51297..545c04cd 100644 --- a/plugins/lists/static/js/simplelist.js +++ b/plugins/lists/static/js/simplelist.js @@ -94,9 +94,9 @@ // hard-wire a separate presentation depending on the key being used.... function cell(key, value) { if (key == 'slice.slice_hrn') { - return "" + value + ""; + return "" + value + ""; } else if (key == 'network_hrn') { - return "" + value ; + return "" + value + ""; } else { return value; }