-
Notifications
You must be signed in to change notification settings - Fork 13
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 installation restart button to UI #148
Conversation
The button provides an easy way to restart Mattermost server instances. A confirmation modal is presented before the restart is kicked off.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #148 +/- ##
=======================================
Coverage 46.15% 46.15%
=======================================
Files 24 24
Lines 2186 2186
=======================================
Hits 1009 1009
Misses 1060 1060
Partials 117 117 ☔ View full report in Codecov by Sentry. |
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.
One small thing to look at but otherwise LGTM!
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!
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.
👍 Good reuse of the confirmation modal
The button provides an easy way to restart Mattermost server instances. A confirmation modal is presented before the restart is kicked off.
Fixes https://mattermost.atlassian.net/browse/CLD-6789