Skip to content

Commit

Permalink
Fix: HTTPS monitors show HTTP on the table bluewave-labs#1626
Browse files Browse the repository at this point in the history
  • Loading branch information
Br0wnHammer committed Jan 24, 2025
1 parent 2625f97 commit d249efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/src/Pages/Uptime/Home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const UptimeMonitors = () => {
authToken: config.authToken,
teamId: config.teamId,
limit: 25,
types: ["http", "ping", "docker", "port"],
types: ["http(s)", "ping", "docker", "port"],
page: config.page,
rowsPerPage: config.rowsPerPage,
filter: config.filter,
Expand Down

0 comments on commit d249efd

Please sign in to comment.