web/views/cwsources.py
changeset 7992 4ff9f25cb06e
parent 7935 28fe0b91ad8a
child 7994 af3fb709c061
--- 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'<h3>%s</h3>' % 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') )