X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=testing%2FMCTXWeb%2Fpublic_html%2Fstatic%2Fmctx.graph.js;h=fd475ad876d540ddec3eac497e0618361dabd548;hb=7e9d726ccd53626251e56b92c8eec47772bfe0f9;hp=de5ecb3fb3a291abf252dabb3c5b4839eb0a5223;hpb=dd5ae3e50b2d77cf0cc1a2805c91d518270c8537;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/static/mctx.graph.js b/testing/MCTXWeb/public_html/static/mctx.graph.js index de5ecb3..fd475ad 100644 --- a/testing/MCTXWeb/public_html/static/mctx.graph.js +++ b/testing/MCTXWeb/public_html/static/mctx.graph.js @@ -67,13 +67,13 @@ $.fn.deployDevices = function(input_type, check_first, group) { var apply = function(dict, prefix) { $.each(dict, function(key, val) { var attributes = { - 'type' : input_type, 'value' : key, 'alt' : val, + 'type' : input_type, 'value' : key, 'alt' : val.name, 'class' : prefix, 'name' : group, - 'id' : prefix + '_' + val //Unique id (name mangling) + 'id' : prefix + '_' + val.name //Unique id (name mangling) }; var entry = $("", attributes); - var label = $("