-
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
"Add to Application" for config maps #2094
"Add to Application" for config maps #2094
Conversation
d06ebd8
to
faadfc7
Compare
Implement "Add to Application" on the config map page like we've already done for secrets.
faadfc7
to
6d67cc0
Compare
[test] |
Evaluated for origin web console test up to 6d67cc0 |
Origin Web Console Test Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/test_pull_request_origin_web_console/221/) (Base Commit: 1b695d8) (PR Branch Commit: 6d67cc0) |
@jeff-phillips-18 PTAL |
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.
LGTM. One out of scope comment.
@@ -58,7 +74,7 @@ <h1 class="contains-actions"> | |||
<truncate-long-text | |||
content="value" | |||
limit="1024" | |||
newlineLimit="20" | |||
newline-limit="20" |
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.
This same error occurs at https://github.com/openshift/origin-web-console/blob/master/app/views/browse/config-map.html#L61
Not part of this PR but might be worth fixing here.
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.
Thanks, looks like that might be the same line as here?
Did a quick search for this, and I don't see any other references. I know @rhamilto fixed one in another place.
[merge] |
1 similar comment
[merge] |
Evaluated for origin web console merge up to 6d67cc0 |
Origin Web Console Merge Results: SUCCESS (https://ci.openshift.redhat.com/jenkins/job/merge_pull_request_origin_web_console/211/) (Base Commit: 690def0) (PR Branch Commit: 6d67cc0) |
Implement "Add to Application" on the config map page like we've already done for secrets. Reusing the component @jeff-phillips-18 added in #2021