cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2237
Views
2
Helpful
16
Replies

Hiding a button from the portal

sampathss
Cisco Employee
Cisco Employee

Is there a way to hide the button from the portal?

There is no option to use the javascript for a button field under page customization.

This is on the Client Provisioning portal. Trying to see if the "Start" button can be hidden, so that the user won't click the same.

1 Accepted Solution

Accepted Solutions

Jason Kunst
Cisco Employee
Cisco Employee

this has been answered offline will post answer later

View solution in original post

16 Replies 16

Charlie Moreton
Cisco Employee
Cisco Employee

What Portal?

Which button?

This is on the Client Provisioning portal. Trying to see if the "Start" button can be hidden, so that the user won't click the same.

What is the use case as well? Why? Is it to get the http user agent string for profiling?

What is the use case as well? Why? Is it to get the http user agent string for profiling?

There is no need for the user to click "Start" button to initiate any download with respect to client provisioning as the agent would be deployed out of band. The portal will be customized to ask the user to call help desk with no "Start" button.

Ok that makes sense.

Makes sense will have someone check it out

Jason Kunst
Cisco Employee
Cisco Employee

this has been answered offline will post answer later

Serhii Pustovit
Cisco Employee
Cisco Employee

You can try to use your portal theme (css file), which can be exported from ISE.

Insert data into that file:

#ui_client_provision_start_button {

  display: none

}

And import it in ISE.

Set changed portal theme and save.

Thanks.

I tried and it's not working. Should it be placed under any specific section?

Better to insert it after all styles.

Tried to insert it after all the styles. Still not working.

Here is a recording, with modified file with this style.

Could you please verify?

Video Link : 16748

I tried and tested with the portal test url and it seems to be working. Able to hide the Start button.

Thanks for all the help.