Hide hardware information if empty
This commit is contained in:
parent
8adc5ddbc0
commit
ee83ad12ca
|
@ -83,7 +83,7 @@
|
|||
Other information
|
||||
</div>
|
||||
|
||||
<div class="block hardware-information">
|
||||
<div class="block hardware-information" *ngIf="html.hardwareInformation">
|
||||
<div i18n class="section-title">Hardware information</div>
|
||||
|
||||
<div [innerHTML]="html.hardwareInformation"></div>
|
||||
|
|
Loading…
Reference in New Issue