Make messaging around the connected user invoking builds better
This commit is contained in:
parent
99c56b7f98
commit
c1d58bdd6c
2 changed files with 11 additions and 2 deletions
|
@ -137,7 +137,8 @@
|
|||
</td>
|
||||
<td>
|
||||
<span class="cor-options-menu">
|
||||
<span class="cor-option" option-click="askRunTrigger(trigger)">
|
||||
<span class="cor-option" option-click="askRunTrigger(trigger)"
|
||||
ng-class="trigger.connected_user == user.username ? '' : '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