HI,
I have dashboard with 3 panels,when I click on panels it will scroll down and navigate to the details of that specific panel.
ex :
1) cpu 2) memory 3) DB
when I click on cpu it is taking me to cpu details in the same page,similarly when I click on memory it will take me to memory details.
I want reject memory and DB details when I click on cpu and display only cpu details.
I am not passing tokens here,i am using ID.
below is the sample code of ID :
<a class="pagelink_button nav" **id**="**CPU**">
any xml code or html code on how reject Other ID's and depend on only one ID?
OR any xml code or any other way to implement this requirement?
Thanks