Skip to content

Commit

Permalink
Only show non-deleted monitors
Browse files Browse the repository at this point in the history
  • Loading branch information
Isaac Connor committed Sep 30, 2024
1 parent 3ed1eae commit 506cdc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/Map.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var ZMMap = function() {
key: 'addMonitors',
value: function addMonitors() {
const server = new Server(Servers[serverId]);
const get_monitors_promise = server.getFromApi('/monitors.json');
const get_monitors_promise = server.getFromApi('/monitors/Deleted:0.json');
get_monitors_promise
.then((response) => {
return response.json();
Expand Down

0 comments on commit 506cdc5

Please sign in to comment.