Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Application Logo in ARS Request Access Tile

iqbalsingh
New Contributor III
New Contributor III

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?

iqbalsingh_0-1657110276620.png

 

 

14 REPLIES 14

rushikeshvartak
All-Star
All-Star

The icons are available in the following path:

/resouce/image/app

& from gsp page you need to remove style Display:None;

Before :

rushikeshvartak_1-1657114645776.png

 

After

rushikeshvartak_2-1657114688614.png

 

 

rushikeshvartak_0-1657114353777.png

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

iqbalsingh
New Contributor III
New Contributor III

Hi @rushikeshvartak ,

In which gsp page/view, do we need to make these changes?

ECM/static/css/ApplicationCard.scss

&.img-error {
background-color: var(--grey-border);
img {
display: none;
}

Remove display:none;

rushikeshvartak_0-1657196087210.png

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

sahajranajee
Saviynt Employee
Saviynt Employee

Hi @iqbalsingh ,

Icons updates are not supported in v2021 and the ability to upload images into the said path is not available. 


Regards,
Sahaj Ranajee
Sr. Product Specialist

jasonb
New Contributor III
New Contributor III

@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!

Dave
Community Manager
Community Manager

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.  

@iqbalsingh @jasonb 

You can vote below idea created for application logo

https://ideas.saviynt.com/ideas/EIC-I-3398 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

jasonb
New Contributor III
New Contributor III

Hi @rushikeshvartak - I'm actually the one that posted that idea!  But thanks for promoting it!

@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;

rushikeshvartak_0-1671127214193.png

 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

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.

Freshdesk ticket


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

Thank you!

iqbalsingh
New Contributor III
New Contributor III

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

Yes 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.