UNPKG

@maap-jupyterlab/dps-jupyter-extension

Version:

A JupyterLab extension for submitting and viewing jobs.

13 lines (12 loc) 315 B
/** * Describes the fields to be displayed in the GeneralJobsInfo table component. * The accessors are relative to the IJob type. */ import { STYLE_TYPE } from "../constants"; export const ERRORS_JOBS_INFO = [ { header: "Errors", accessor: "traceback", type: STYLE_TYPE.CODE } ];