Can we change placeholder of grafana variable field?
Example: default it shows “Enter variable value” can we change this to “Enter Name” ?
Also is it possible to change the color of variable label ?
That could be done only by changing text “Enter variable value” in .js files in public/build folder to the one you need:
Of course it will affect all variables, will be broken after version update etc.
For variable manipulation I would recommend to use Business Variable plugin. It doesn’t provide what you ask in this topic (text customization, color change), but at least you can put variable field in any place of your dashboard.
Thanks @ebabeshko .