onClick: row => {
        let bot_id = row.bot_id || row.id;
        context.props.history.push(`/bot/?bot_id=${bot_id}`);
      }