Skip to content

Commit

Permalink
Revert "Adds on-call icon - [WEB-5395] (#25588)"
Browse files Browse the repository at this point in the history
This reverts commit 1b45874.
  • Loading branch information
devindford authored Oct 4, 2024
1 parent 1b45874 commit 8703302
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2176,7 +2176,7 @@ menu:
weight: 10
- name: On-Call
url: service_management/on-call/
pre: on-call
pre: incidents
parent: service_management_heading
identifier: oncall
weight: 30000
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module documentation
go 1.14

require (
github.com/DataDog/websites-modules v1.4.188 // indirect
github.com/DataDog/websites-modules v1.4.187 // indirect
github.com/DataDog/websites-sources v0.0.0-20240828113530-52633d72da19 // indirect
)

Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github.com/DataDog/websites-modules v1.4.188 h1:qiZ3rmYV8M+nh1OBKzXlhpfAQIMANNT+9IPJVUpsdtg=
github.com/DataDog/websites-modules v1.4.188/go.mod h1:CcQxAmCXoiFr3hNw6Q+1si65C3uOP1gB+7aX4S3h+CQ=
github.com/DataDog/websites-modules v1.4.187 h1:I0CwJobhsK54qJe2QL44S3kfBJEa/7G2LFTu6j837IE=
github.com/DataDog/websites-modules v1.4.187/go.mod h1:CcQxAmCXoiFr3hNw6Q+1si65C3uOP1gB+7aX4S3h+CQ=
github.com/DataDog/websites-sources v0.0.0-20240828113530-52633d72da19 h1:hWHa2AWZnGf9rTTp8EgCcQ12blRDGAkzru8mcm8WJ3M=
github.com/DataDog/websites-sources v0.0.0-20240828113530-52633d72da19/go.mod h1:RvGhXV0uQC6Ocs+n84QyL97kows6vg6VG5ZLQMHw4Fs=

0 comments on commit 8703302

Please sign in to comment.