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:
josephschorr 2018-01-05 14:12:42 -05:00 committed by GitHub
commit cfeeed464e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">&times;</button>
</h3>