License 2017, Træfɪk => Træfik
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
6012a0f3c5
commit
19a7d22eef
16 changed files with 125 additions and 152 deletions
|
@ -6,7 +6,7 @@
|
|||
"Fernandez Ludovic <lfernandez.dev@gmail.com>",
|
||||
"Micaël Mbagira <micael.mbagira@icloud.com>"
|
||||
],
|
||||
"description": "Front end for Træfɪk",
|
||||
"description": "Front end for Træfik",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"angular": "^1.4.2",
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
# Træfɪk Web UI
|
||||
# Træfik Web UI
|
||||
|
||||
Access to Træfɪk Web UI, ex: http://localhost:8080
|
||||
Access to Træfik Web UI, ex: http://localhost:8080
|
||||
|
||||
## Interface
|
||||
|
||||
Træfɪk Web UI provide 2 types of informations:
|
||||
Træfik Web UI provide 2 types of informations:
|
||||
- Providers with their backends and frontends information.
|
||||
- Health of the web server.
|
||||
|
||||
|
@ -52,7 +52,7 @@ make generate-webui # Generate static contents in `traefik/static/` folder.
|
|||
- Run in development mode :
|
||||
- `yarn run serve`
|
||||
|
||||
- Træfɪk API connections are defined in:
|
||||
- Træfik API connections are defined in:
|
||||
- `webui/src/app/core/health.resource.js`
|
||||
- `webui/src/app/core/providers.resource.js`
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<html ng-app="traefik">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Træfɪk</title>
|
||||
<title>Træfik</title>
|
||||
<meta name="description" content="">
|
||||
<meta name="viewport" content="width=device-width">
|
||||
<link rel="icon" type="image/png" href="traefik.icon.png" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue