|
|
@ -67,7 +67,7 @@
|
|
|
|
<div class="form-group">
|
|
|
|
<div class="form-group">
|
|
|
|
<label for="authToken" class="control-label">Externally Facing Hostname
|
|
|
|
<label for="authToken" class="control-label">Externally Facing Hostname
|
|
|
|
<i class="fa fa-question-circle"
|
|
|
|
<i class="fa fa-question-circle"
|
|
|
|
pTooltip="This will be the external address that users will naviagte to when they press the 'View On Emby' button"></i>
|
|
|
|
pTooltip="This will be the external address that users will navigate to when they press the 'View On Emby' button"></i>
|
|
|
|
</label>
|
|
|
|
</label>
|
|
|
|
<div>
|
|
|
|
<div>
|
|
|
|
<input type="text" class="form-control-custom form-control" id="authToken" [(ngModel)]="server.serverHostname" placeholder="e.g. https://jellyfin.server.com/" value="{{server.serverHostname}}">
|
|
|
|
<input type="text" class="form-control-custom form-control" id="authToken" [(ngModel)]="server.serverHostname" placeholder="e.g. https://jellyfin.server.com/" value="{{server.serverHostname}}">
|
|
|
|