We would like to know the purpose of the HTML sequences in wasp.log which are as follows:
<!-- Template used for list of resources in search -->
<ul id="tabular_fourColumn_resources" class="list collapsible tabular resources fourColumn" tabindex="0" js-navtype="dynamiclist">
<!--
Template of resource item in the list
States (possible class name changes) :
* first - if item is first in the list
* last - if item is last in the list
* leaf - default item.
* node - if has children resources (e.g. Report Options).
* open - if resource has children and they showed
* closed - if resource has children and they hidden
* selected - if item is selected in the list
* scheduled - if resource is scheduled
-->
<li js-navtype="dynamiclist" id="tabular_fourColumn_resources:leaf" class="resources">
<div class="wrap button draggable">
<div class="column one">
<div class="scheduled icon button"></div>
<div class="separator"></div>
<div class="disclosure icon button"></div>
</div>
<div class="column two">
<p class="resourceName"><a></a></p>
<p class="resourceDescription"></p>
</div>
<div class="column three resourceType"></div>
<div class="column four">
<p class="createdDate"></p>
<p class="modifiedDate"></p>
</div>
</div>
</li>
</ul>
These do not seem to provide any usable information and it is not clear why we clutter the logs with this information.
Release : 20.3
Component : UIM OPERATOR CONSOLE - WASP & CORE
This is extraneous log information provided in a third-party library. In UIM 20.4 it has been suppressed.