equal
deleted
inserted
replaced
82 except Unauthorized: |
82 except Unauthorized: |
83 pass |
83 pass |
84 else: |
84 else: |
85 if hostconfig: |
85 if hostconfig: |
86 self.w(u'<h3>%s</h3>' % self._cw._('CWSourceHostConfig_plural')) |
86 self.w(u'<h3>%s</h3>' % self._cw._('CWSourceHostConfig_plural')) |
87 self._cw.view('editable-table', hostconfig, |
87 self._cw.view('table', hostconfig, w=self.w, |
88 displaycols=range(2), w=self.w) |
88 displaycols=range(2), |
|
89 cellvids={1: 'editable-final'}) |
89 |
90 |
90 |
91 |
91 MAPPED_SOURCE_TYPES = set( ('pyrorql', 'datafeed') ) |
92 MAPPED_SOURCE_TYPES = set( ('pyrorql', 'datafeed') ) |
92 |
93 |
93 class CWSourceMappingTab(EntityView): |
94 class CWSourceMappingTab(EntityView): |