Skip to content

Commit

Permalink
ui: removing image expiry trigger option for old ui (PROJQUAY-7735) (q…
Browse files Browse the repository at this point in the history
…uay#3173)

* ui: removing image expiry trigger option for old ui (PROJQUAY-7735)

* remove trailing whitespace
  • Loading branch information
Sunandadadi authored Aug 29, 2024
1 parent 6a7beac commit 06a816d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static/directives/create-external-notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<!-- Dropdown menu -->
<ul class="dropdown-select-menu pull-right" role="menu">
<li ng-repeat="event in events">
<a ng-click="setEvent(event)">
<!-- skipping `Image expiry trigger` as form implemented in new ui -->
<a ng-click="setEvent(event)" ng-if="event.title != 'Image expiry trigger'">
<i class="fa fa-lg" ng-class="event.icon"></i> {{ event.title }}
</a>
</li>
Expand Down Expand Up @@ -186,7 +187,7 @@
<div class="co-alert co-alert-danger" ng-show="status == 'error'">
{{ errorMessage }}
</div>

<button type="submit" class="btn btn-primary"
ng-disabled="createForm.$invalid || !currentMethod.id || !currentEvent.id || creating">
Create Notification
Expand Down

0 comments on commit 06a816d

Please sign in to comment.