-
Notifications
You must be signed in to change notification settings - Fork 88
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 shrink index page #516
Add shrink index page #516
Conversation
Signed-off-by: Binlong Gao <[email protected]>
Codecov Report
@@ Coverage Diff @@
## index-operation-common #516 +/- ##
==========================================================
+ Coverage 52.21% 53.32% +1.10%
==========================================================
Files 219 222 +3
Lines 6885 7078 +193
Branches 1160 1198 +38
==========================================================
+ Hits 3595 3774 +179
- Misses 3023 3030 +7
- Partials 267 274 +7
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
if (result && result.ok) { | ||
this.context.notifications.toasts.addSuccess(`${indexName} has been set to block write operations.`); | ||
} else { | ||
const errorMessage = `There is a problem set index setting for ${indexName}, please check with Admin`; |
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 seems to be some typo here
There is a problem set index setting for
. Should it be There is a problem when updating index setting for...
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.
Yeah, thanks for your review, I'll change it and check the whole file.
closed by #537 |
Signed-off-by: Binlong Gao [email protected]
Description
The main changes of this PR are:
Issues Resolved
#468
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.