- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2024 04:23 PM - edited 07-28-2024 04:37 PM
Hello, It's Kentaro.
When you submit Incident using ESC, the following screen will be displayed.
The item "Options" in the red frame will be displayed.
The contents are the Variable of the Variable Set and the input data.
Is there a way to prevent it from being displayed?
If anyone knows of a specific method, please let me know.
Thanks,
Kentaro.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 12:12 AM
Hi,
Press Ctrl+Right click on widget
Go to instance in page editor, paste below in CSS section and save it
.v3e2bcf17b7220010bcd50718ee11a956{
display:none;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 12:12 AM
Hi,
Press Ctrl+Right click on widget
Go to instance in page editor, paste below in CSS section and save it
.v3e2bcf17b7220010bcd50718ee11a956{
display:none;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-29-2024 05:20 PM