Can I put a custom message when I deactivate my domo brick in domo everywhere?

art_in_sky
Contributor

I would like to pause my current brick with a custom closed message. I see that I can only set to 'Off' and it throws the below . However I want to set a custom message for the users. How can I achieve this?
0
Answers
-
You can edit the brick to display text by updating the HTML and CSS:
HTML:
<div id="myDiv"> <h1>custom closed message</h1></div>CSS:
#myDiv { display: flex; align-items: center; justify-content: center; background: rgb(131,58,180); background: linear-gradient(90deg, rgba(121,64,161,1) 0%, rgba(228,88,80,1) 50%, rgba(251,141,52,1) 100%); height: calc(100vh);}
h1 { color: white;}Result:
You can also comment out your existing code to revert it if/when you decide to do that.
If I solved your problem, please select "yes" above
0
Categories
- All Categories
- Product Ideas
- 2.1K Ideas Exchange
- Connect
- 1.3K Connectors
- 309 Workbench
- 7 Cloud Amplifier
- 10 Federated
- Transform
- 664 Datasets
- 120 SQL DataFlows
- 2.3K Magic ETL
- 825 Beast Mode
- Visualize
- 2.6K Charting
- 88 App Studio
- 46 Variables
- Automate
- 195 Apps
- 486 APIs & Domo Developer
- 94 Workflows
- 24 Code Engine
- AI and Machine Learning
- 23 AI Chat
- 4 AI Projects and Models
- 18 Jupyter Workspaces
- Distribute
- 119 Domo Everywhere
- 283 Scheduled Reports
- 11 Software Integrations
- Manage
- 143 Governance & Security
- 11 Domo Community Gallery
- 49 Product Releases
- 13 Domo University
- Community Forums
- 41 Getting Started
- 31 Community Member Introductions
- 116 Community Announcements
- 5K Archive