07/06/2022 05:27 AM
Hi,
In Access Request Module, when I click on 'Request new access' or 'Request access for others' tile, I am presented with list of endpoints on which I can request access.
Do we have option to upload application logo images instead of Application Initials like A,C,D,F,G etc.
Attached image below for reference.
Instead of Application Initials - 'A' , is it possibe to add Application Logo on these Endpoint Tiles?
07/06/2022 06:38 AM
The icons are available in the following path:
/resouce/image/app
& from gsp page you need to remove style Display:None;
Before :
After
07/07/2022 12:29 AM
Hi @rushikeshvartak ,
In which gsp page/view, do we need to make these changes?
07/07/2022 05:13 AM - edited 07/07/2022 05:14 AM
ECM/static/css/ApplicationCard.scss
&.img-error {
background-color: var(--grey-border);
img {
display: none;
}
Remove display:none;
07/07/2022 06:13 AM
Hi @iqbalsingh ,
Icons updates are not supported in v2021 and the ability to upload images into the said path is not available.
07/26/2022 05:18 PM - edited 07/26/2022 05:22 PM
@sahajranajee - Is this on a product roadmap for v2021? Or is there a way for customers to suggest it be added to the v2021 product road map?
Adding an image to the tiles would really help our employees quickly find the applications (endpoints) that they are looking for in the catalog!
Thanks!
07/27/2022 09:17 AM
Hi @jasonb - I don't have visibility if it is already on the product roadmap, but I would strongly suggest you add it here: https://ideas.saviynt.com/ - our product managers want to hear all of your ideas like this one.
09/23/2022 07:34 AM
You can vote below idea created for application logo
09/23/2022 08:27 AM
Hi @rushikeshvartak - I'm actually the one that posted that idea! But thanks for promoting it!
12/15/2022 09:59 AM - edited 12/15/2022 10:00 AM
@sahajranajee @jasonb @iqbalsingh
Its working for me
Follow below steps
1. Image size should be 400*400 --> Sample Image Attached
2. Upload image in resources folder /resouce/image/app [Freshdesk Ticket]
3. Run Update query on Endpoints (not available on UI now)
update endpoints set image_id='AWS_RV.png' where endpointname='AWS' limit 1;
01/04/2023 10:05 PM
Hello, This is great! but where can you upload the image file? Is it via UI? I can't seem to find the said folder.
01/04/2023 10:13 PM
Freshdesk ticket
01/04/2023 10:15 PM
Thank you!
12/16/2022 04:55 AM
Hello Rushikesh,
Thank you for replying.
Can you provide more details on step 3?
Where to run the above query? Are you referring to run it in Custom Query Job?
Regards,
Iqbal Singh
12/16/2022 05:24 AM
Yes