- 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
|
@ -4449,6 +4449,10 @@ i.quay-icon {
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.external-notification-view-element i.fa {
|
||||||
|
margin-right: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
.external-notification-view-element .view-row {
|
.external-notification-view-element .view-row {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,13 @@
|
||||||
<b class="caret"></b>
|
<b class="caret"></b>
|
||||||
</button>
|
</button>
|
||||||
<ul class="dropdown-menu dropdown-menu-right pull-right">
|
<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()">
|
<li><a href="javascript:void(0)" ng-click="testNotification()">
|
||||||
<i class="fa fa-send"></i>
|
<i class="fa fa-send"></i>
|
||||||
Issue Test Notification</a>
|
Issue Test Notification</a>
|
||||||
|
@ -19,7 +26,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="view-row">
|
<div class="view-row">
|
||||||
<span class="flow-text">On A</span>
|
<span class="flow-text">On</span>
|
||||||
<span class="notification-event">
|
<span class="notification-event">
|
||||||
<i class="fa fa-lg" ng-class="eventInfo.icon"></i>
|
<i class="fa fa-lg" ng-class="eventInfo.icon"></i>
|
||||||
{{ eventInfo.title }}
|
{{ eventInfo.title }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h3>Redirecting...</h3>
|
<h3>Redirecting...</h3>
|
||||||
<META http-equiv="refresh" content="0;URL=http://docs.quay.io/getting-started.html">
|
<META http-equiv="refresh" content="0;URL=http://docs.quay.io/solution/getting-started.html">
|
||||||
If this page does not redirect, please <a href="http://docs.quay.io/getting-started.html"> click here</a>.
|
If this page does not redirect, please <a href="http://docs.quay.io/solution/getting-started.html"> click here</a>.
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
<h4 ng-show="namespace == user.username">You don't have any repositories yet!</h4>
|
<h4 ng-show="namespace == user.username">You don't have any repositories yet!</h4>
|
||||||
<h4 ng-show="namespace != user.username">This organization doesn't have any repositories, or you have not been provided access.</h4>
|
<h4 ng-show="namespace != user.username">This organization doesn't have any repositories, or you have not been provided access.</h4>
|
||||||
<a href="http://docs.quay.io/getting-started.html"><b>Click here</b> to learn how to create a repository</a>
|
<a href="http://docs.quay.io/solution/getting-started.html"><b>Click here</b> to learn how to create a repository</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue