mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-23 02:35:17 +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
|
1. npm install
|
||||||
2. change `webpack.dev.js.temp` to `webpack.dev.js`,
|
2. change `webpack.dev.js.temp` to `webpack.dev.js`,
|
||||||
```shell
|
```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
|
3. modify `webpack.dev.js`, replace `https://example.com` with an available Harbor server
|
||||||
4. npm run start
|
4. npm run start
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>Harbor</title>
|
<title>Harbor Swagger</title>
|
||||||
<base href="/" />
|
<base href="/" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
<link rel="icon" type="image/x-icon" href="favicon.ico?v=2" />
|
<link rel="icon" type="image/x-icon" href="favicon.ico?v=2" />
|
||||||
|
Loading…
Reference in New Issue
Block a user