All Parameter Not Show on device Page

All Parameter on device page not show
this my config

  • element: “‘h3’”
    type: “‘container’”
    components:
    - “‘All parameters’”
  • type: “‘device-actions’”
  • element: “‘div.container-full-width’”
    type: “‘container’”
    components:
    • element: “‘h2’”
      type: “‘container’”
      components:
      • href: ‘“”’
        innerHTML: “‘’”
        target: “‘_blank’”
        type: “‘a’”

How to make this All Parameters normal again? :pray: Thanks

- type: "'tags'"
- type: "'ping'"
- type: "'parameter-list'"
  parameters:
      - element: "'span.inform'"
        label: "'Last inform'"
        parameter: DATE_STRING(Events.Inform)
        type: "'container'"
        components:
            - type: "'parameter'"
            - chart: "'online'"
              type: "'overview-dot'"
            - type: "'summon-button'"
              parameters:
                  - InternetGatewayDevice.LANDevice.*.Hosts.Host.*.HostName
                  - InternetGatewayDevice.LANDevice.*.Hosts.Host.*.IPAddress
                  - InternetGatewayDevice.LANDevice.*.Hosts.Host.*.MACAddress
      - label: "'Serial number'"
        parameter: DeviceID.SerialNumber
      - label: "'Product class'"
        parameter: DeviceID.ProductClass
      - label: "'OUI'"
        parameter: DeviceID.OUI
      - label: "'Manufacturer'"
        parameter: DeviceID.Manufacturer
      - label: "'Hardware version'"
        parameter: InternetGatewayDevice.DeviceInfo.HardwareVersion
      - label: "'Software version'"
        parameter: InternetGatewayDevice.DeviceInfo.SoftwareVersion
- label: "'LAN hosts'"
  parameter: InternetGatewayDevice.LANDevice.1.Hosts.Host
  type: "'parameter-table'"
  childParameters:
      - label: "'Host name'"
        parameter: HostName
      - label: "'IP'"
        parameter: IPAddress
      - label: "'MAC'"
        parameter: MACAddress
      - label: "'Source'"
        parameter: AddressSource
      - label: "'IFace'"
        parameter: InterfaceType
      - label: "'Active'"
        parameter: Active
- label: "'LAN hosts'"
  parameter: Device.Hosts.Host
  type: "'parameter-table'"
  childParameters:
      - label: "'Host name'"
        parameter: HostName
      - label: "'IP'"
        parameter: IPAddress
      - label: "'MAC'"
        parameter: MACAddress
      - label: "'Source'"
        parameter: AddressSource
      - label: "'IFace'"
        parameter: InterfaceType
      - label: "'Active'"
        parameter: Active
- element: "'div'"
  type: "'container'"
  components:
      - element: "'h3'"
        type: "'container'"
        components:
            - "'Faults'"
      - type: "'device-faults'"
- element: "'div.container-full-width'"
  type: "'container'"
  components:
      - element: "'h3'"
        type: "'container'"
        components:
            - "'All parameters'"
      - type: "'all-parameters'"
- type: "'device-actions'"

Thanks sir Problem Solved