Make String Variable Read Only on Dashboard Tile

Can I make a Dashboard tile with a string variable read only?

I would love that, constantly bumping one, then have to hit save...

Where is the source of the string variable?

Try

#tile-0 {
   pointer-events: none;
}

On your dashboard click the cog --> Advanced --> CSS
Don't forget to change the tile number to yours

8 Likes

Worked! Thanks!

1 Like

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