forked from SW/traefik
Merge tag 'v1.7.4' into master
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# Træfik Web UI
|
||||
# Traefik Web UI
|
||||
|
||||
Access to Træfik Web UI, ex: http://localhost:8080
|
||||
Access to Traefik Web UI, ex: http://localhost:8080
|
||||
|
||||
## Interface
|
||||
|
||||
Træfik Web UI provide 2 types of informations:
|
||||
Traefik Web UI provide 2 types of informations:
|
||||
- Providers with their backends and frontends information.
|
||||
- Health of the web server.
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Component, ElementRef, Input, OnChanges, OnInit, SimpleChanges } from '@angular/core';
|
||||
import { axisBottom, axisLeft, easeLinear, max, min, scaleBand, scaleLinear, select } from 'd3';
|
||||
import { axisBottom, axisLeft, max, scaleBand, scaleLinear, select } from 'd3';
|
||||
import { format } from 'd3-format';
|
||||
import * as _ from 'lodash';
|
||||
import { WindowService } from '../../services/window.service';
|
||||
|
||||
@@ -376,7 +376,7 @@
|
||||
<td><span class="has-text-grey">{{ p.headers.sslHost }}</span></td>
|
||||
</tr>
|
||||
<tr *ngIf="p.headers.sslForceHost">
|
||||
<td><span class="has-text-grey">SSL Host</span></td>
|
||||
<td><span class="has-text-grey">SSL Force Host</span></td>
|
||||
<td><span class="has-text-grey">{{ p.headers.sslForceHost }}</span></td>
|
||||
</tr>
|
||||
<tr *ngIf="p.headers.sslRedirect">
|
||||
|
||||
Reference in New Issue
Block a user