diff options
-rw-r--r-- | client/src/app/shared/shared-instance/instance-features-table.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/shared/shared-instance/instance-features-table.component.html b/client/src/app/shared/shared-instance/instance-features-table.component.html index 3fc5920b5..83440e87c 100644 --- a/client/src/app/shared/shared-instance/instance-features-table.component.html +++ b/client/src/app/shared/shared-instance/instance-features-table.component.html | |||
@@ -74,14 +74,14 @@ | |||
74 | </td> | 74 | </td> |
75 | </tr> | 75 | </tr> |
76 | 76 | ||
77 | <tr> | 77 | <tr *ngIf="serverConfig.live.enabled"> |
78 | <th i18n class="sub-label" scope="row">Transcode live video in multiple resolutions</th> | 78 | <th i18n class="sub-label" scope="row">Transcode live video in multiple resolutions</th> |
79 | <td> | 79 | <td> |
80 | <my-feature-boolean [value]="serverConfig.live.transcoding.enabled && serverConfig.live.transcoding.enabledResolutions.length > 1"></my-feature-boolean> | 80 | <my-feature-boolean [value]="serverConfig.live.transcoding.enabled && serverConfig.live.transcoding.enabledResolutions.length > 1"></my-feature-boolean> |
81 | </td> | 81 | </td> |
82 | </tr> | 82 | </tr> |
83 | 83 | ||
84 | <tr> | 84 | <tr *ngIf="serverConfig.live.enabled"> |
85 | <th i18n class="sub-label" scope="row">Max parallel lives</th> | 85 | <th i18n class="sub-label" scope="row">Max parallel lives</th> |
86 | <td i18n> | 86 | <td i18n> |
87 | {{ maxUserLives }} per user / {{ maxInstanceLives }} per instance | 87 | {{ maxUserLives }} per user / {{ maxInstanceLives }} per instance |