-
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
Do not show binding parameters on the overview page #2326
Do not show binding parameters on the overview page #2326
Conversation
@@ -9,6 +9,7 @@ angular.module('openshiftConsole').component('serviceInstanceBindings', { | |||
], | |||
controllerAs: '$ctrl', | |||
bindings: { | |||
isOverview: '<?', |
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.
Maybe call this showParameters
and flip the logic?
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.
We can but isOverview is already used in the sub-component (serviceBinding) so this is really just a pass thru to that.
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.
I'm OK with it then
@jeff-phillips-18 verified the fix works |
Going to leave #2323 open to track the other display issue |
/lgtm |
@jeff-phillips-18 dist mismatch |
156555f
to
1584e0d
Compare
Rebased to fix dist issues. |
still some dist problems |
1584e0d
to
2892ee1
Compare
Added visual changes for binding parameters as well. See discussion in openshift/origin-web-catalog#518 |
/lgtm |
Automatic merge from submit-queue. |
See #2323