diff options
author | Chocobozzz <me@florianbigard.com> | 2019-12-13 09:50:53 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-12-13 09:50:53 +0100 |
commit | ee83ad12caecfb46bbdda5af5e87b9ca584944a0 (patch) | |
tree | 2b1ff1fd3901832ccac42d35bf57775334ead20d /client/src | |
parent | 8adc5ddbc0e0109c3cd82d8b399e044568dd3f92 (diff) | |
download | PeerTube-ee83ad12caecfb46bbdda5af5e87b9ca584944a0.tar.gz PeerTube-ee83ad12caecfb46bbdda5af5e87b9ca584944a0.tar.zst PeerTube-ee83ad12caecfb46bbdda5af5e87b9ca584944a0.zip |
Hide hardware information if empty
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/+about/about-instance/about-instance.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+about/about-instance/about-instance.component.html b/client/src/app/+about/about-instance/about-instance.component.html index f05f33d36..8ed248b60 100644 --- a/client/src/app/+about/about-instance/about-instance.component.html +++ b/client/src/app/+about/about-instance/about-instance.component.html | |||
@@ -83,7 +83,7 @@ | |||
83 | Other information | 83 | Other information |
84 | </div> | 84 | </div> |
85 | 85 | ||
86 | <div class="block hardware-information"> | 86 | <div class="block hardware-information" *ngIf="html.hardwareInformation"> |
87 | <div i18n class="section-title">Hardware information</div> | 87 | <div i18n class="section-title">Hardware information</div> |
88 | 88 | ||
89 | <div [innerHTML]="html.hardwareInformation"></div> | 89 | <div [innerHTML]="html.hardwareInformation"></div> |