X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=plugins%2Flists%2Fstatic%2Fjs%2Fsimplelist.js;h=545c04cdf0e26288d17432dfacbcf79f28f291c6;hb=e11594d82379b519df0968cc3c6a21628b270b27;hp=aed621777c45f14878510d14c3cbcf9ae1288774;hpb=cd06fa4f83e017abe561dafcfea0c07b9e1beda3;p=myslice.git diff --git a/plugins/lists/static/js/simplelist.js b/plugins/lists/static/js/simplelist.js index aed62177..545c04cd 100644 --- a/plugins/lists/static/js/simplelist.js +++ b/plugins/lists/static/js/simplelist.js @@ -94,7 +94,7 @@ // 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 + ""; } else {