Codebase list python-faraday / 65a0d9d server / www / scripts / statusReport / partials / ui-grid / columns / hostnamescolumn.html
65a0d9d

Tree @65a0d9d (Download .tar.gz)

hostnamescolumn.html @65a0d9draw · history · blame

1
2
3
4
5
6
<div ng-if="row.entity._id != undefined">
    <div class="ui-grid-cell-contents center">
        <p ng-repeat="hostname in COL_FIELD"><a href="{{grid.appScope.hash}}/search/hostnames={{hostname}}">{{hostname}}</a></p>
    </div>
</div>
<div ng-if="row.groupHeader && col.grouping.groupPriority !== undefined" class="ui-grid-cell-contents white-space">{{COL_FIELD.split('(')[0] !== ' ' ? COL_FIELD : 'EMPTY' + COL_FIELD}}</div>