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