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:
Shijun Sun 2022-08-24 16:00:26 +08:00 committed by GitHub
parent 1ea2ce6134
commit c3e98c8848
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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" />