style: lint
Some checks failed
Build / Build-and-ng-test (pull_request) Failing after 1m17s

This commit is contained in:
Mihajlo Medjedovic 2024-05-29 16:21:56 +02:00
parent 27907ed00f
commit 4330da520f

View File

@ -131,7 +131,10 @@
*ngIf="!entry.count"
shape="rack-server"
></clr-icon>
<clr-icon *ngIf="entry.count" shape="block"></clr-icon>
<clr-icon
*ngIf="entry.count"
shape="block"
></clr-icon>
{{ entry.display }}
</div>
@ -170,14 +173,17 @@
>
<div [class.object-header]="!entry.count" class="full-width">
<div>
<clr-icon *ngIf="!entry.count" shape="rack-server"></clr-icon>
<clr-icon
*ngIf="!entry.count"
shape="rack-server"
></clr-icon>
<clr-icon *ngIf="entry.count" shape="block"></clr-icon>
{{ entry.display }}
</div>
<p class="float-right object-uri" *ngIf="!entry.count">
{{ entry.URI }}
</p>
<p class="float-right object-uri" *ngIf="!entry.count">
{{ entry.URI }}
</p>
</div>
</clr-tree-node>
</clr-tree>