Make the frontend agnostic to why a trigger can be run manually
This commit is contained in:
parent
b979f99964
commit
3f2447d831
4 changed files with 6 additions and 7 deletions
|
@ -147,7 +147,7 @@
|
|||
<i class="fa fa-unlock-alt"></i> View Credentials
|
||||
</span>
|
||||
<span class="cor-option" option-click="askRunTrigger(trigger)"
|
||||
ng-class="trigger.is_connected_user ? '' : 'disabled'">
|
||||
ng-class="trigger.can_invoke ? '' : 'disabled'">
|
||||
<i class="fa fa-chevron-right"></i> Run Trigger Now
|
||||
</span>
|
||||
<span class="cor-option" option-click="askDeleteTrigger(trigger)">
|
||||
|
|
Reference in a new issue