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 -->
|
<!-- Tab contents -->
|
||||||
<cor-tab-content>
|
<cor-tab-content>
|
||||||
<h3>
|
<h3>
|
||||||
Credentials for {{ credentials.username }}
|
Credentials for {{ credentials.title || credentials.username }}
|
||||||
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|
Reference in a new issue