-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
CHE-2813 update style for popups in Dashboard #3818
Conversation
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1698/ |
@olexii4 please check the docs on modified popups - to be sure docs contain the same one. |
@ashumilova the docs doesn't contain these popups |
7e94c94
to
8b85d69
Compare
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1744/ |
}, (error) => { | ||
this.cheNotification.showError(error.data && error.data.message ? error.data.message : 'Edit registry error.'); | ||
}, (error: any) => { | ||
this.cheNotification.showError(error.data && error.data.message ? error.data.message : 'Error.'); |
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.
'Error.' - add more description
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.
done
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1747/ |
Build success. https://ci.codenvycorp.com/job/che-pullrequests-build/1757/ |
Signed-off-by: Oleksii Orel <oorel@codenvy.com>
CHE-2813 update style for popups in Dashboard
Signed-off-by: Oleksii Orel oorel@codenvy.com
What does this PR do?
Update style for popups in Dashboard
What issues does this PR fix or reference?
#2813
Changelog and Release Note Information
Changelog
Update style for popups.
Release notes: