Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • nomad-FAIR nomad-FAIR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 141
    • Issues 141
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 14
    • Merge requests 14
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • nomad-lab
  • nomad-FAIRnomad-FAIR
  • Issues
  • #805

Closed
Open
Created Apr 08, 2022 by Markus Scheidgen@mscheidgOwner

Customisable lane width for ELNs

Part of #798 (closed)

Section definitions should also take a a_eln annotation. In the GUI this should be used to mark the width of a lane with SectionEditor in it. The width value should be interpreted as a "React css value", i.e. the number 700 as well as strings like 700px or 70% should work.

class MySection(MSection):
    m_def = Section(a_eln=dict(lane_width='70%'))
Edited Apr 08, 2022 by Markus Scheidgen
Assignee
Assign to
Time tracking