Skip to content

Conversation

@thomasjpfan
Copy link
Collaborator

Closes #35

@vfarcic vfarcic merged commit b32141b into docker-flow:master Feb 21, 2018
@vfarcic
Copy link
Collaborator

vfarcic commented Feb 21, 2018

It's available in the release 18.02.21-52

alertName := req.URL.Query().Get(fmt.Sprintf("alertName.%d", i))
annotations := s.getMapFromString(req.URL.Query().Get(fmt.Sprintf("alertAnnotations.%d", i)))
labels := s.getMapFromString(req.URL.Query().Get(fmt.Sprintf("alertLabels.%d", i)))
persistant := req.URL.Query().Get(fmt.Sprintf("alertPersistent.%d", i)) == "true"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not a big deal functionally, but there is a typo here:

persistant should be persistent

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! PR in #37

@patrickleet
Copy link
Contributor

Sweet - tried this out already - works great! Thanks for the fast PR! Much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants