Skip to content

Commit 09ab116

Browse files
authored
Merge pull request #11 from emichaf/master
Favicon Added & SUB REST_POST_JENKINS
2 parents 13c420a + cf95bc0 commit 09ab116

File tree

5 files changed

+1
-0
lines changed

5 files changed

+1
-0
lines changed

src/main/resources/favicon.ico

771 Bytes
Binary file not shown.
Loading
Loading
Loading

src/main/resources/static/js/subscription.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,7 @@ jQuery(document).ready(function() {
155155
self.notificationType_in = ko.observableArray(
156156
[
157157
{"text": "REST_POST", value:"REST_POST"},
158+
{"text": "REST_POST_JENKINS", value:"REST_POST_JENKINS"},
158159
{"text": "MAIL", value:"MAIL"}
159160
]);
160161

0 commit comments

Comments
 (0)