Replace Link URL for a widget on service portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2017 02:05 PM
Hi,
We have Widget on Service portal home. When we click on that icon, it redirects to an other Page for which we have a URL in the HTML code of Widget Editor. I edited the existing URL with the new one, but it still remains the same in the portal. Can someone suggest, where else can i change the url??
This is the code in HTML body: (And i edited the first line)
<a href="http://am-reports.abc.com/analytics">
<div class="col-lg-4 col-md-6" style="padding-left: 2px; padding-right: 2px;height:125px">
<div class="panel panel-primary" style="border-color: #0070c0;">
<div class="panel-heading" style="background-color: #0070c0; height: 120px;border-color: #0070c0;">
<div class="row">
<div class="col-xs-12 text-right" style="height:10px">
<h2> <div class="huge" style="font-size: 40px;">{{::data.inc_count}}</div> </h2>
</div>
</div>
<div class="row" >
<div class="col-xs-3">
<h3> <span class="glyphicon glyphicon-user"></span></h3>
</div>
</div>
<div class="row" >
<div class="col-xs-9 text-left">
<div>ABC- A B C</div>
</div>
</div>
</div>
</div>
</div>
</a>
Thanks in Advance,
Vyshnavi

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-11-2017 08:27 PM
Did you refresh your page after modifying the widget?
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2022 08:37 PM
hi @vyshnavinadimpa are you completed this scenario?