Show Image as icon on dashboard

@ RapinIot1 Here's the code I'm currently using to display an image on the dashboard. You will also have to change the path in the config.

[
    {
        "id": "92c67e1a.214f8",
        "type": "tab",
        "label": "Flow 1"
    },
    {
        "id": "49d71999.9bbfe",
        "type": "ui_template",
        "z": "92c67e1a.214f8",
        "group": "89c38c32.842bf",
        "name": "",
        "order": 0,
        "width": 0,
        "height": 0,
        "format": "<div>\n<div align=\"center\" style=\"display: inline-block; width: 140px; height: 140px;\" ng-click=\"send({payload:'Clicked1'});\">\n<img src=\"/M04.png\" width=\"130\"><br/>\n</div>\n\n<div align=\"center\" style=\"display: inline-block; width: 140px; height: 140px;\" ng-click=\"send({payload:'Clicked2'});\">\n<img src=\"/L01.jpg\" width=\"130\"><br/>\n</div>\n\n<div align=\"center\" style=\"display: inline-block; width: 140px; height: 140px;\" ng-click=\"send({payload:'Clicked3'});\">\n<img src=\"/S04.png\" width=\"130\"><br/>\n</div>\n\n<div align=\"center\" style=\"display: inline-block; width: 140px; height: 140px;\" ng-click=\"send({payload:'Clicked4'});\">\n<img src=\"/S05.png\" width=\"130\"><br/>\n</div>\n\n<div align=\"center\" style=\"display: inline-block; width: 140px; height: 140px;\" ng-click=\"send({payload:'Clicked5'});\">\n<img src=\"/L03.png\" width=\"130\"><br/>\n</div>\n</div>",
        "storeOutMessages": false,
        "fwdInMessages": true,
        "x": 290,
        "y": 131,
        "wires": [
            [
                "ac4101c0.ba8af8"
            ]
        ]
    },
    {
        "id": "ac4101c0.ba8af8",
        "type": "function",
        "z": "92c67e1a.214f8",
        "name": "",
        "func": "if (msg.payload==='Clicked1')\n{\n    msg.payload = '1';\n    return msg;\n}\nelse\nif (msg.payload==='Clicked2')\n{\n    msg.payload = '2' ;\n    return msg;\n}\nelse\nif (msg.payload==='Clicked3')\n{\n    msg.payload = '3' ;\n    return msg;\n}\nelse\nif (msg.payload==='Clicked4')\n{\n    msg.payload = '4' ;\n    return msg;\n}\nelse\nif (msg.payload==='Clicked5')\n{\n    msg.payload = '5' ;\n    return msg;\n}",
        "outputs": 1,
        "noerr": 0,
        "x": 413,
        "y": 130,
        "wires": [
            [
                "10b347e8.32d6e8"
            ]
        ]
    },
    {
        "id": "10b347e8.32d6e8",
        "type": "ui_ui_control",
        "z": "92c67e1a.214f8",
        "name": "ui control",
        "x": 542.4387817382812,
        "y": 129.99441528320312,
        "wires": [
            []
        ]
    },
    {
        "id": "89c38c32.842bf",
        "type": "ui_group",
        "z": "",
        "name": "Stationsübersicht",
        "tab": "ff0416fd.ccd7f8",
        "order": 1,
        "disp": false,
        "width": "9"
    },
    {
        "id": "ff0416fd.ccd7f8",
        "type": "ui_tab",
        "z": "",
        "name": "Home",
        "icon": "device_hub",
        "order": 1
    }
]