-
Notifications
You must be signed in to change notification settings - Fork 26
Adding retry button on one message #672
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
Conversation
sergioc
left a comment
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.
Repositioned button.
The only thing left to do is to only show the button when hovering the row for a given message.
WilliamBZA
left a comment
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.
Code is 👌, UI looks busy to me, but I don't tend to think about things like that. Perhaps the only show on hover will solve that.
| }; | ||
|
|
||
| vm.retryMessage = function(message, $event) { | ||
| toastService.showInfo("Retrying the message " + message.id + " ..."); |
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.
Does the message id mean anything to the user? Is there a better value we can show here @sergioc ?
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's no value in specifying message ID in the toast notification since that's the only message you're retrying. A generic message would suffice. Suggestion:
Message retry requested
|
I've hidden the button and show it only on hover. Till now It was disabled unless the row is hovered, now it is hidden. |
|
Message is changed, @sergioc please approve so that I can merge this. |
* Remove not needed dates in the large graph, and fix the scaleX when first series holds no values and second series does. * Fixing typo (#662) * Add tab to url (#666) * Adding information about which tab should be open to URL * Adding no data message when there is no messages processed (#667) * Making 0 line on graph always show (#668) * Min width 1440px (#669) * force min-width to 1440px * remove unnecessary !important * Change from s to sec for clarity (#670) * Change monitoring url (#671) * Change monitoring url from monitoring_endpoints -> monitoring * Fixing details url to /monitoring/endpoint/ * Adding retry button on one message (#672) * Adding retry button on one message * Position retry btn * Showing the button only on hover * Changing the message to more generic * Filtering out system messages (#674) * Filtering out system messages * Applying coloring to units of graphed values (#673) * Applying coloring to units of graphed values * Adjust value and unit colors * Change hour abbreviation to hr * wraping custom check text (#683) * Add storing of group by in URL (#682) * Adding a toolbar that contains SC connectivity status (#677) * Adding a toolbar that contains information about connectivity to SC and SC Monitoring * footer stick to bottom and layout tweaking * further footer tweaks * remove version indicator from dashboard * Improve footer contrast * reverting changes to constant * Adding the connecting state to the toolbar * Changing to show toast errors once for connection error * Adding a code to check connectivity to SC Monitoring * Update src/ServicePulse.Host/app/modules/monitoring/js/directives/ui.particular.monitoringConnectivityStatus.js Co-Authored-By: WojcikMike <michal.wojcik@particular.net> * Update src/ServicePulse.Host/app/modules/monitoring/js/services/services.monitoring.js Co-Authored-By: WojcikMike <michal.wojcik@particular.net> * Change the method name, remove iterating through array * Rename vars * Sp installer con test buttons (#685) * test button for sc * check sc connectivity on button click * Show message boxes after sc connectivity check * connectivity check for sc monitoring * apply review fixes * more fixes * remove connectivity check from feature dlg next action * detect existing sp instance port (#678) * Fixing the bottom line to always show, and don't vanish (#687) * Pre release fixes (#686) * fix 1440px width in footer * Shrink heartbeats toggling warning * Emphasise connected status text * Fix tab focus indicator padding * changing styles a not depend on angular thingies * Bump version to 1.15
* Remove not needed dates in the large graph, and fix the scaleX when first series holds no values and second series does. * Fixing typo (#662) * Add tab to url (#666) * Adding information about which tab should be open to URL * Adding no data message when there is no messages processed (#667) * Making 0 line on graph always show (#668) * Min width 1440px (#669) * force min-width to 1440px * remove unnecessary !important * Change from s to sec for clarity (#670) * Change monitoring url (#671) * Change monitoring url from monitoring_endpoints -> monitoring * Fixing details url to /monitoring/endpoint/ * Adding retry button on one message (#672) * Adding retry button on one message * Position retry btn * Showing the button only on hover * Changing the message to more generic * Filtering out system messages (#674) * Filtering out system messages * Applying coloring to units of graphed values (#673) * Applying coloring to units of graphed values * Adjust value and unit colors * Change hour abbreviation to hr * wraping custom check text (#683) * Add storing of group by in URL (#682) * Adding a toolbar that contains SC connectivity status (#677) * Adding a toolbar that contains information about connectivity to SC and SC Monitoring * footer stick to bottom and layout tweaking * further footer tweaks * remove version indicator from dashboard * Improve footer contrast * reverting changes to constant * Adding the connecting state to the toolbar * Changing to show toast errors once for connection error * Adding a code to check connectivity to SC Monitoring * Update src/ServicePulse.Host/app/modules/monitoring/js/directives/ui.particular.monitoringConnectivityStatus.js Co-Authored-By: WojcikMike <michal.wojcik@particular.net> * Update src/ServicePulse.Host/app/modules/monitoring/js/services/services.monitoring.js Co-Authored-By: WojcikMike <michal.wojcik@particular.net> * Change the method name, remove iterating through array * Rename vars * Sp installer con test buttons (#685) * test button for sc * check sc connectivity on button click * Show message boxes after sc connectivity check * connectivity check for sc monitoring * apply review fixes * more fixes * remove connectivity check from feature dlg next action * detect existing sp instance port (#678) * Fixing the bottom line to always show, and don't vanish (#687) * Pre release fixes (#686) * fix 1440px width in footer * Shrink heartbeats toggling warning * Emphasise connected status text * Fix tab focus indicator padding * changing styles a not depend on angular thingies * Bump version to 1.15
fixes: #445
@sergioc can you have a look on this one. I am not sure if you don't want to move the button a bit