Replace Link URL for a widget on service portal

vyshnavinadimpa
Kilo Explorer

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

2 REPLIES 2

SanjivMeher
Kilo Patron
Kilo Patron

Did you refresh your page after modifying the widget?



Please mark this response as correct or helpful if it assisted you with your question.

KISHORRAJ
Tera Contributor

hi @vyshnavinadimpa are you completed this scenario?