Skip to content

Commit d249efd

Browse files
committed
Fix: HTTPS monitors show HTTP on the table #1626
1 parent 2625f97 commit d249efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/src/Pages/Uptime/Home/index.jsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const UptimeMonitors = () => {
9595
authToken: config.authToken,
9696
teamId: config.teamId,
9797
limit: 25,
98-
types: ["http", "ping", "docker", "port"],
98+
types: ["http(s)", "ping", "docker", "port"],
9999
page: config.page,
100100
rowsPerPage: config.rowsPerPage,
101101
filter: config.filter,

0 commit comments

Comments
 (0)