Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Enhancement: Adding "label" in dashboard #148

Closed
Eisbaeeer opened this issue Feb 27, 2022 · 4 comments
Closed

Enhancement: Adding "label" in dashboard #148

Eisbaeeer opened this issue Feb 27, 2022 · 4 comments

Comments

@Eisbaeeer
Copy link
Contributor

Nice to have is a "label" field in dashboard. I tried it, but the framework will be getting unstable, if "label" will be used in dashboard.

@maakbaas : Your framework is more than great! You are the only one who created such like this. Many thanks for your work!
I hope really to get it running on ESP32, too.
The separator and title is an other thing who will be great for that framework. I think it will be easy for you to realize. I wish I´m better in react.
Greets Eisbaeeer

@maakbaas
Copy link
Owner

maakbaas commented Sep 4, 2022

The fields below can be used for purposes of the HTML page (both in configuration.json and dashboard.json) and will have no functional impact:

{
    "type": "separator"
},
{
    "type": "header",
    "text": "Header text here"
},
{
    "type": "label",
    "text": "Label text here"
},

@maakbaas maakbaas closed this as completed Sep 4, 2022
@Eisbaeeer
Copy link
Contributor Author

Tried, but does not work. Also set '-DREBUILD_HTML'

@maakbaas
Copy link
Owner

maakbaas commented Sep 9, 2022

What do you run into? You also set -DREBUILD_DASHBOARD or -DREBUILD_CONFIG?

@Eisbaeeer
Copy link
Contributor Author

You saved my day! -DREBUILD_DASHBOARD and -DREBUILD_CONFIG do the job. Now it is working!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants