MOBILE-3833 chore: Fix lint warning
parent
5396bb6a71
commit
77864e9ef6
|
@ -40,7 +40,11 @@
|
|||
<ion-item *ngIf="deviceInfo.fileSystemRoot" (longPress)="copyItemInfo($event)">
|
||||
<ion-label class="ion-text-wrap">
|
||||
<h2>{{ 'core.settings.filesystemroot' | translate }}</h2>
|
||||
<p><a *ngIf="fsClickable" [href]="deviceInfo.fileSystemRoot" core-link auto-login="no">{{ deviceInfo.fileSystemRoot }}</a></p>
|
||||
<p>
|
||||
<a *ngIf="fsClickable" [href]="deviceInfo.fileSystemRoot" core-link auto-login="no">
|
||||
{{ deviceInfo.fileSystemRoot }}
|
||||
</a>
|
||||
</p>
|
||||
<p *ngIf="!fsClickable">{{ deviceInfo.fileSystemRoot }}</p>
|
||||
</ion-label>
|
||||
</ion-item>
|
||||
|
|
Loading…
Reference in New Issue