]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
*** empty log message ***
authorhadeshyp <hadeshyp>
Fri, 4 Jan 2013 19:25:00 +0000 (19:25 +0000)
committerhadeshyp <hadeshyp>
Fri, 4 Jan 2013 19:25:00 +0000 (19:25 +0000)
cts/htdocs/scripts/base.js

index 366bd21cb04e327c071d4653ed241537ea21aba4..db172684fb5a52f8f258e95c7ba949d4375f9551 100644 (file)
@@ -645,6 +645,7 @@ var CTS = new Class({
    renderCTSDetails: function() {
       $('trb_compiletime').set('text', new Date(this.defs.properties.trb_compiletime * 1000 - new Date().getTimezoneOffset() * 60000).toGMTString().replace('GMT', ''));
       $('trb_endpoint').set('text', "0x" + this.defs.properties.trb_endpoint.toString(16));
+      $('trb_daqopserver').set('text', this.defs.properties.daqopserver);
    },
    
    updateStatusIndicator: function(data) {