Sha256: 0e0cd31983f8044cda28160d79bcbd7ff1f70b5cf3259294bc2e97f1bfac1fda

Contents?: true

Size: 874 Bytes

Versions: 51

Compression:

Stored size: 874 Bytes

Contents


# 
#

widget:
  id: overview
  name: Overview
  top_level: true
  priority: 900
  type: layout/two_columns/50_50
  chrome: false  # don't show title
  widgets:
    left:
      - type: moustache
        text: '<img src="/resource/image/garage.png">'
        context:

      - type: data/gauge
        title: Engine
        data_source:
          name: engine
          dynamic: 1  # check once a second
        mapping:
          id: source
          value: rpm
    right:
      - type: data/table2
        title: Events
        data_source:
          name: events
          dynamic: 1  # check once a second
        # topts: 
          # enableCellNavigation: true
        margin:
          left: 5
  
      - type: data/table2
        title: Engine
        data_source:
          name: engine
          dynamic: 1  # check once a second
        margin:
          left: 5

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
omf_common-6.2.3 example/viz/layout.yaml
omf_common-6.2.2 example/viz/layout.yaml
omf_common-6.2.1 example/viz/layout.yaml
omf_common-6.2.0 example/viz/layout.yaml
omf_common-6.2.0.pre.2 example/viz/layout.yaml
omf_common-6.2.0.pre.1 example/viz/layout.yaml
omf_common-6.1.14.pre.2 example/viz/layout.yaml
omf_common-6.1.14.pre.1 example/viz/layout.yaml
omf_common-6.1.12 example/viz/layout.yaml
omf_common-6.1.11 example/viz/layout.yaml
omf_common-6.1.10 example/viz/layout.yaml
omf_common-6.1.9 example/viz/layout.yaml
omf_common-6.1.9.pre.4 example/viz/layout.yaml
omf_common-6.1.9.pre.3 example/viz/layout.yaml
omf_common-6.1.9.pre.2 example/viz/layout.yaml
omf_common-6.1.8 example/viz/layout.yaml
omf_common-6.1.7 example/viz/layout.yaml
omf_common-6.1.6 example/viz/layout.yaml
omf_common-6.1.6.pre.2 example/viz/layout.yaml
omf_common-6.1.6.pre.1 example/viz/layout.yaml