- Fix getting started links
- Add a link in the notifications menu for web hook documentation
This commit is contained in:
parent
d5d9cb7a45
commit
a5d9a2aee1
4 changed files with 15 additions and 4 deletions
|
@ -6,6 +6,13 @@
|
|||
<b class="caret"></b>
|
||||
</button>
|
||||
<ul class="dropdown-menu dropdown-menu-right pull-right">
|
||||
<li ng-if="methodInfo.id == 'webhook'">
|
||||
<a href="http://docs.quay.io/guides/notifications.html#webhook_{{ eventInfo.id }}"
|
||||
target="_blank">
|
||||
<i class="fa fa-book"></i>
|
||||
Webhook Documentation</a>
|
||||
</li>
|
||||
<li class="divider" ng-if="methodInfo.id == 'webhook'"></li>
|
||||
<li><a href="javascript:void(0)" ng-click="testNotification()">
|
||||
<i class="fa fa-send"></i>
|
||||
Issue Test Notification</a>
|
||||
|
@ -19,7 +26,7 @@
|
|||
</div>
|
||||
|
||||
<div class="view-row">
|
||||
<span class="flow-text">On A</span>
|
||||
<span class="flow-text">On</span>
|
||||
<span class="notification-event">
|
||||
<i class="fa fa-lg" ng-class="eventInfo.icon"></i>
|
||||
{{ eventInfo.title }}
|
||||
|
|
Reference in a new issue