Numeric node showing off logo when set to value format as payload

Hi
In Numeric node when I am setting the value format to payload it is shown an off logo in dashboard attached a reference image below
How can I remove that logo from the dashboard screen
image

But when I am setting Value format as Value it is showing correctly
image

Please tell us which versions of node red and node-red-dashboard you are using. Also it would help if you can create a very small flow that exhibits the problem and export that and paste it here. Then we can see it ourselves.

Hi
Node-red version used is 3.0.2
dashboard version used is 3.1.17

[
    {
        "id": "982f06b4a1dcf5d8",
        "type": "ui_numeric",
        "z": "7e597862c5e169b5",
        "name": "",
        "label": "numeric",
        "tooltip": "",
        "group": "2286a755f9a07271",
        "order": 0,
        "width": 0,
        "height": 0,
        "wrap": false,
        "passthru": true,
        "topic": "topic",
        "topicType": "msg",
        "format": "{{value}}",
        "min": 0,
        "max": 10,
        "step": 1,
        "className": "",
        "x": 380,
        "y": 1180,
        "wires": [
            [
                "0ed7177dde7fd1ac"
            ]
        ]
    },
    {
        "id": "0ed7177dde7fd1ac",
        "type": "debug",
        "z": "7e597862c5e169b5",
        "name": "debug 53",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "statusVal": "",
        "statusType": "auto",
        "x": 520,
        "y": 1180,
        "wires": []
    },
    {
        "id": "19f1bc177fcbc8a7",
        "type": "ui_numeric",
        "z": "7e597862c5e169b5",
        "name": "",
        "label": "numeric",
        "tooltip": "",
        "group": "a9f5cab461021543",
        "order": 0,
        "width": 0,
        "height": 0,
        "wrap": false,
        "passthru": true,
        "topic": "topic",
        "topicType": "msg",
        "format": "{{payload}}",
        "min": 0,
        "max": 10,
        "step": 1,
        "className": "",
        "x": 380,
        "y": 1220,
        "wires": [
            [
                "ab1397559a4eaf73"
            ]
        ]
    },
    {
        "id": "ab1397559a4eaf73",
        "type": "debug",
        "z": "7e597862c5e169b5",
        "name": "debug 54",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "statusVal": "",
        "statusType": "auto",
        "x": 520,
        "y": 1220,
        "wires": []
    },
    {
        "id": "2286a755f9a07271",
        "type": "ui_group",
        "name": "Default",
        "tab": "58b4c165f8cdbd4c",
        "order": 1,
        "disp": false,
        "width": "6",
        "collapse": false,
        "className": ""
    },
    {
        "id": "a9f5cab461021543",
        "type": "ui_group",
        "name": "Default1",
        "tab": "58b4c165f8cdbd4c",
        "order": 3,
        "disp": false,
        "width": "6",
        "collapse": false,
        "className": ""
    },
    {
        "id": "58b4c165f8cdbd4c",
        "type": "ui_tab",
        "name": "Home",
        "icon": "dashboard",
        "disabled": false,
        "hidden": false
    }
]

Could you edit your post and remove the 'type or paste code here' text that you have left on the end of the pasted flow.

I am not seeing the problem

image

Which OS/browser/version are you using?
Try clearing the cache in the browser (via browser menus, not key combination) and refresh the page.
Otherwise are you able to try a different browser?

Hi
Edited the flow
I am Using Chrome Version 104.0.5112.102 windows 10
Tried clearing cache and opened is other browser still it's showing the logo

Very odd. Is that using the flow you exported or do you have any inputs into the failing node?
Can you temporarily rename your .node-red folder and restart node-red. That will create a new .node-red folder with an empty flow. Install the dashboard and import the flow you posted and see if it is ok. If it is then it is something to do with your flow or installed nodes.

If it is ok with the new file then restore your original .node-red folder, stop node-red and restart it in a terminal window and copy/paste the full startup log here. Copy/paste please, not screenshot. Are you injecting any css using template nodes or doing anything else to do with customising the dashboard? Do you use that icon in your setup somewhere?

Hi
It is okay now , it was CSS code that I have written which was causing this
Thank you for the help

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.