You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aggregation-platform/plugins/kubernetes/html/appIconTemplate.html

11 lines
328 B

<div class="ngCellText" title="{{row.entity.$info.description}}">
<a ng-href="row.entity.$appUrl">
<img ng-show="row.entity.$iconUrl" class="app-icon-small" ng-src="{{row.entity.$iconUrl}}">
</a>
<span class="app-name">
<a ng-click="row.entity.$select()">
{{row.entity.$info.name}}
</a>
</span>
</div>