* @package system * @link https://www.zentao.net */ namespace zin; include 'sidebar.html.php'; $config->system->dtable->dbList->fieldList['actions']['list']['dblist']['url'] = 'javascript:manageDb("{name}", "{db_type}", "{namespace}")'; $dbList = initTableData($dbList, $config->system->dtable->dbList->fieldList); foreach($dbList as $db) $db->status = empty($db->ready) ? 'error' : 'normal'; dtable ( set::cols($config->system->dtable->dbList->fieldList), set::data($dbList), set::onRenderCell(jsRaw('window.renderDbList')) );