Skip to content

Commit

Permalink
Minor rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kvinwang committed Sep 29, 2024
1 parent 2662ba6 commit 2e5fdc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tproxy/src/web_routes/list_hosts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ pub async fn list_hosts(state: &State<AppState>) -> Html<String> {
a { color: #1a73e8; text-decoration: none; }
a:hover { text-decoration: underline; }
</style>
<title>CVM Hosts - Tproxy</title>
<title>CVM List - Tproxy</title>
</head>
<body>
<h1>CVM Hosts</h1>
<h1>CVM List</h1>
<table>
<tr>
<th>App ID</th>
Expand Down

0 comments on commit 2e5fdc7

Please sign in to comment.