Show ssl port on dashboard.
This commit is contained in:
parent
e1d3e001cf
commit
449f28446b
|
@ -194,6 +194,7 @@
|
||||||
"LabelVideoCodec": "Video: {0}",
|
"LabelVideoCodec": "Video: {0}",
|
||||||
"LabelRemoteAccessUrl": "Remote access: {0}",
|
"LabelRemoteAccessUrl": "Remote access: {0}",
|
||||||
"LabelRunningOnPort": "Running on port {0}.",
|
"LabelRunningOnPort": "Running on port {0}.",
|
||||||
|
"LabelRunningOnHttpsPort": "Running on SSL port {0}.",
|
||||||
"HeaderLatestFromChannel": "Latest from {0}",
|
"HeaderLatestFromChannel": "Latest from {0}",
|
||||||
"ButtonDownload": "Download",
|
"ButtonDownload": "Download",
|
||||||
"LabelUnknownLanaguage": "Unknown language",
|
"LabelUnknownLanaguage": "Unknown language",
|
||||||
|
|
|
@ -978,6 +978,7 @@ namespace MediaBrowser.Server.Startup.Common
|
||||||
MacAddress = GetMacAddress(),
|
MacAddress = GetMacAddress(),
|
||||||
HttpServerPortNumber = HttpServerPort,
|
HttpServerPortNumber = HttpServerPort,
|
||||||
UseHttps = UseHttps,
|
UseHttps = UseHttps,
|
||||||
|
HttpsPortNumber = HttpsServerPort,
|
||||||
CertificatePath = CertificatePath,
|
CertificatePath = CertificatePath,
|
||||||
OperatingSystem = OperatingSystemDisplayName,
|
OperatingSystem = OperatingSystemDisplayName,
|
||||||
CanSelfRestart = CanSelfRestart,
|
CanSelfRestart = CanSelfRestart,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user