mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
switch dashboard to key off of SupportsHttps
This commit is contained in:
parent
905733c18c
commit
cd5a8f06b3
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@
|
|||
|
||||
$('#appVersionNumber', page).html(Globalize.translate('LabelVersionNumber').replace('{0}', systemInfo.Version));
|
||||
|
||||
if (systemInfo.EnableHttps) {
|
||||
if (systemInfo.SupportsHttps) {
|
||||
$('#ports', page).html(Globalize.translate('LabelRunningOnPorts', '<b>' + systemInfo.HttpServerPortNumber + '</b>', '<b>' + systemInfo.HttpsPortNumber + '</b>'));
|
||||
} else {
|
||||
$('#ports', page).html(Globalize.translate('LabelRunningOnPort', '<b>' + systemInfo.HttpServerPortNumber + '</b>'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue