mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Change title for Swagger UI (#17451)
Signed-off-by: AllForNothing <sshijun@vmware.com> Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
parent
1ea2ce6134
commit
c3e98c8848
@ -9,7 +9,7 @@ Start
|
||||
1. npm install
|
||||
2. change `webpack.dev.js.temp` to `webpack.dev.js`,
|
||||
```shell
|
||||
mv webpack.dev.js.temp webpack.dev.js
|
||||
cp webpack.dev.js.temp webpack.dev.js
|
||||
```
|
||||
3. modify `webpack.dev.js`, replace `https://example.com` with an available Harbor server
|
||||
4. npm run start
|
||||
|
@ -2,7 +2,7 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Harbor</title>
|
||||
<title>Harbor Swagger</title>
|
||||
<base href="/" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico?v=2" />
|
||||
|
Loading…
Reference in New Issue
Block a user