diff -r dcc5a4d48122 -r 4ff9f25cb06e web/views/cwsources.py --- a/web/views/cwsources.py Fri Oct 21 14:32:37 2011 +0200 +++ b/web/views/cwsources.py Fri Oct 21 14:32:37 2011 +0200 @@ -84,8 +84,9 @@ else: if hostconfig: self.w(u'

%s

' % self._cw._('CWSourceHostConfig_plural')) - self._cw.view('editable-table', hostconfig, - displaycols=range(2), w=self.w) + self._cw.view('table', hostconfig, w=self.w, + displaycols=range(2), + cellvids={1: 'editable-final'}) MAPPED_SOURCE_TYPES = set( ('pyrorql', 'datafeed') )