-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Avoid runtime error for some dockerconfigjson secrets #2057
Avoid runtime error for some dockerconfigjson secrets #2057
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one nit/question
app/views/_config-file-params.html
Outdated
<dd ng-if="!view.showSecret">*****</dd> | ||
<dt>email</dt> | ||
<dd class="word-break">{{data.email}}</dd> | ||
<div ng-if="data.username || data.password || data.email"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wondering if this is necessary/helpful, nothing will show if none exist anyhow.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agreed. I would leave it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, sorry, I was thinking of the div below when the data is missing. Yeah this div isn't needed, will fix
c5156ff
to
f30afc2
Compare
Thanks @jeff-phillips-18, updated |
[merge][severity: blocker] |
Flake #2016 [merge][severity: blocker] |
1 similar comment
Flake #2016 [merge][severity: blocker] |
Evaluated for origin web console merge up to f30afc2 |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin_web_console/180/) (Base Commit: 0200cf1) (PR Branch Commit: f30afc2) (Extended Tests: blocker) |
Fixes #2056