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