Merge pull request #2966 from coreos-inc/creds-dialog-title
Have the credentials dialog use the title, if one is specified
This commit is contained in:
commit
cfeeed464e
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@
|
|||
<!-- Tab contents -->
|
||||
<cor-tab-content>
|
||||
<h3>
|
||||
Credentials for {{ credentials.username }}
|
||||
Credentials for {{ credentials.title || credentials.username }}
|
||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||
</h3>
|
||||
|
||||
|
|
Reference in a new issue