Skip to content

Commit

Permalink
fix diag form layout
Browse files Browse the repository at this point in the history
  • Loading branch information
joelclems committed Jan 14, 2024
1 parent d555327 commit 4bad0c4
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions contrib/m_sipaf/config/layouts/m_sipaf.diagnostic_edit.layout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,22 +106,24 @@ aliases:
type: textarea
layout:
height_auto: true
type: object
object_code: diagnostic
type: form
items:
- type: breadcrumbs
flex: "0"
- overflow: true
display: tabs
lazy_loading: true
items:
- label: Champs communs
items: *diag_commons
- label: Perturbations / Obstacles
items: *diag_perturbation_obstacle
- label: Aménagement
items: *diag_amenagement
- label: Synthese
items: *diag_synthese
- code: utils.buttons_form
flex: "0"
type: form
items:
- type: breadcrumbs
flex: "0"
- overflow: true
display: tabs
lazy_loading: true
items:
- label: Champs communs
items: *diag_commons
- label: Perturbations / Obstacles
items: *diag_perturbation_obstacle
- label: Aménagement
items: *diag_amenagement
- label: Synthese
items: *diag_synthese
- code: utils.buttons_form
flex: "0"

0 comments on commit 4bad0c4

Please sign in to comment.