-
Notifications
You must be signed in to change notification settings - Fork 26
Adding an icon indicating lost connection to sc monitoring #580
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
b7ded6f to
8afd196
Compare
| @@ -0,0 +1,8 @@ | |||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | |||
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.
This file needs to be added to the csproj file. I think the release build might break unless this is included in the csproj
| default_route: '/dashboard', | ||
| service_control_url: 'http://localhost:33333/api/', | ||
| monitoring_urls: ['http://localhost:33633/'] | ||
| service_control_url: 'http://localhost:33533/api/', |
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.
Reason for the change?
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.
No reason in particular, will revert when not WIP anymore.
| } | ||
|
|
||
| .pa-monitoring-lost { | ||
| background-image: url('../img/monitoring-lost.svg'); |
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.
As per our debug session, we'll need 2 rules here depending on the path
b8efd06 to
3c07026
Compare
|
Ready to be reviewed and merged |
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.
Needs a milestone. Is it going with 1.9.2?
|
Latest version is 1.11.0, so make milestone 1.12.0? |
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.
I need to re-adjust the failed msgs icon
* Adding an icon indicating lost connection to sc monitoring * Revised connectivity issue indicators * Revised empty state and use internal doco search link * Fixing issue with the icons * Making the sc monitoring connection failure toast to show only once * Making the error for failed sc monitoring connection to show only once * Adding code to support multiple sc monitoring * new icons for different statuses and markup clean up * Place uknown data indicators before units in overview * Fixing icons to show on details page * Changing the text displayed in toast notifications * Fixing hiding of units when there is no connection * Hiding units whent SC monitoring is discuonnected * remove the default parameter for the functionality to work in IE 11. * Manual merge ;) * Fix icon layout and add CSS truncating to object names * Tweaks
@sergioc I finished it from my end. The icons are added. I marked it as WIp to allow you to do what you need to do