]> jspc29.x-matter.uni-frankfurt.de Git - daqtools.git/commitdiff
Reassignment of peripheral FPGAs' trigger lines - this is hardcoded, and hence incomp...
authorManuel Penschuck <manuel.penschuck@stud.uni-frankfurt.de>
Thu, 6 Mar 2014 17:12:47 +0000 (18:12 +0100)
committerManuel Penschuck <manuel.penschuck@stud.uni-frankfurt.de>
Thu, 6 Mar 2014 17:12:47 +0000 (18:12 +0100)
web/htdocs/scripts/cts.js

index 12aff90ee61ad9723aa53fd031acde0fc7d453f9..9377c40faf2ac96b15dafba83b0521da08d6c99f 100644 (file)
@@ -502,7 +502,7 @@ var CTS = new Class({
       header.adopt(new Element('td'));
       for(var f=0; f < 4; f++)
          for(var i=4; i>=0; i--)
-            header.adopt(new Element('td', {'text': (4==i?10:4+i), 'class': 'slice' + i}));
+            header.adopt(new Element('td', {'text': 6+i, 'class': 'slice' + i}));
       
       for(var pt=0; pt < this.defs.properties['trg_periph_count']; pt++) {
          tab.adopt(row = new Element('tr', {'class': pt%2?'':'alt', 'flashgroup': 'itc-' + (pt + parseInt(this.defs.properties.trg_periph_itc_base))} ))