From: Yasin Rahman Date: Wed, 18 Mar 2015 15:20:54 +0000 (+0100) Subject: Update: use testbed_name instead of network_hrn as logos for testbeds except iotlab... X-Git-Tag: myslice-1.3~50 X-Git-Url: http://git.onelab.eu/?p=unfold.git;a=commitdiff_plain;h=0b0b20a702f126f0e40ef63cd8f87c705ac962c8 Update: use testbed_name instead of network_hrn as logos for testbeds except iotlab + Netmode logo added --- diff --git a/plugins/querytable/static/js/querytable.js b/plugins/querytable/static/js/querytable.js index ab208109..01c72b66 100644 --- a/plugins/querytable/static/js/querytable.js +++ b/plugins/querytable/static/js/querytable.js @@ -204,7 +204,7 @@ QUERYTABLE_BGCOLOR_REMOVED = 2; resourceData['type'] = 'node ( Hardware: '+n[0]+' )'; var coordinates = resourceData['testbed']; } else { - var logo = network_hrn; + var logo = resourceData['testbed']; var resourceLocation = { 'longitude' : aData[13], 'latitude' : aData[23], diff --git a/portal/static/img/testbeds/Netmode.png b/portal/static/img/testbeds/Netmode.png new file mode 100644 index 00000000..a6e410ad Binary files /dev/null and b/portal/static/img/testbeds/Netmode.png differ diff --git a/portal/static/img/testbeds/netmode.png b/portal/static/img/testbeds/netmode.png deleted file mode 100644 index 8918573a..00000000 Binary files a/portal/static/img/testbeds/netmode.png and /dev/null differ