mitchell852 commented on a change in pull request #5179:
URL: https://github.com/apache/trafficcontrol/pull/5179#discussion_r578806745



##########
File path: traffic_portal/app/src/common/modules/form/cdn/form.cdn.tpl.html
##########
@@ -41,6 +41,9 @@
                     <span class="caret"></span>
                 </button>
                 <ul class="dropdown-menu-right dropdown-menu" 
uib-dropdown-menu>
+                    <li ng-if="!cdn.notificationCreatedBy" role="menuitem"><a 
ng-click="toggleNotification(cdn)">Create CDN Notification</a></li>
+                    <li ng-if="cdn.notificationCreatedBy" role="menuitem"><a 
ng-click="toggleNotification(cdn)">Delete CDN Notification</a></li>

Review comment:
       removing. these were supposed to be removed but i forgot about them.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to