* @package block * @link https://www.zentao.net */ namespace zin; jsVar('markerTitle', $lang->release->marker); if(!$longBlock) { unset($config->block->release->dtable->fieldList['id']); unset($config->block->release->dtable->fieldList['productName']); unset($config->block->release->dtable->fieldList['buildName']); } panel ( setClass('p-0'), set::title($block->title), set::bodyClass('p-0 no-shadow border-t'), dtable ( set::height(318), set::fixedLeftWidth($longBlock ? '0.33' : '0.5'), set::onRenderCell(jsRaw('window.onRenderReleaseNameCell')), set::cols(array_values($config->block->release->dtable->fieldList)), set::data(array_values($releases)) ) ); render();