directives: ssh-key-dialog -> trigger credentials
This commit is contained in:
parent
2236270741
commit
de3fa5f42d
6 changed files with 52 additions and 38 deletions
|
@ -137,8 +137,8 @@
|
|||
</td>
|
||||
<td>
|
||||
<span class="cor-options-menu">
|
||||
<span class="cor-option" option-click="showSSHKeyModal(trigger)" ng-show="trigger.service == 'custom'">
|
||||
<i class="fa fa-unlock-alt"></i> View SSH Key
|
||||
<span class="cor-option" option-click="showTriggerCredentialsModal(trigger)" ng-show="trigger.service == 'custom'">
|
||||
<i class="fa fa-unlock-alt"></i> View Credentials
|
||||
</span>
|
||||
<span class="cor-option" option-click="askRunTrigger(trigger)">
|
||||
<i class="fa fa-chevron-right"></i> Run Trigger Now
|
||||
|
@ -158,8 +158,8 @@
|
|||
|
||||
<!-- Dialogs -->
|
||||
|
||||
<!-- SSH key dialog -->
|
||||
<div class="ssh-key-dialog" trigger="sshKeyModalTrigger" counter="sshKeyModalCounter"></div>
|
||||
<!-- Trigger Credentials dialog -->
|
||||
<div class="trigger-credentials-dialog" trigger="triggerCredentialsModalTrigger" counter="triggerCredentialsModalCounter"></div>
|
||||
|
||||
<!-- Delete Tag Confirm -->
|
||||
<div class="cor-confirm-dialog"
|
||||
|
|
Reference in a new issue