How we can Update default view to “Service in use” instead of “All” in portal widget

mani55
Tera Contributor

How we can Update default view to “Service in use” instead of “All” in portal widget. please let me know how we can do that

 

HTML:

 

 <div class="form-inline" ng-if="data.dataTableWidget && !data.invalid_table && tab == 1" style="text-align:right;">
      <label class="control-label hidden-xs" for="view">${View}</label>
      <select id="view" ng-model="c.viewFilter" class="form-control sc-basic-select" ng-change="c.changeView()" style="width:80%">
        <option value="all">${All}</option>
        <option value="inUse">${Services in use}</option>
        <option value="onOrder">${Services currently on order}</option>
        <option value="retired">${Services no longer in use (retired)}</option>  
      </select>
    </div>
  </div> 
  </div> 
  </div>   
1 REPLY 1

Ankur Bawiskar
Tera Patron

@mani55 

which widget is this?

where are you checking this?

share screenshots

Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader