File tree Expand file tree Collapse file tree 7 files changed +22
-19
lines changed
Expand file tree Collapse file tree 7 files changed +22
-19
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "extends": "airbnb",
3+ "root": true
4+ }
Original file line number Diff line number Diff line change @@ -90,14 +90,14 @@ Chronos hopes to inspire an active community of both users and developers. For q
9090
9191## People
9292
93- [Tim Atapagra](https://github.com/orgs/Chronos2-0/people/ timpagra),
93+ [Tim Atapagra](https://github.com/timpagra),
9494[Mohtasim Chowdhury](https://github.com/mohtasim317),
95- [Ousman Diallo](https://github.com/orgs/Chronos2-0/people/ Dialloousman),
95+ [Ousman Diallo](https://github.com/Dialloousman),
9696[Michelle Herrera](https://github.com/mesherrera),
9797[Duane McFarlane](https://github.com/Duane11003),
98- [Ben Mizel](https://github.com/orgs/Chronos2-0/people/ ben-mizel),
99- [Jenae Pennie](https://github.com/orgs/Chronos2-0/people/ jenaepen),
100- [Chris Romano](https://github.com/orgs/Chronos2-0/people/ robicano22),
98+ [Ben Mizel](https://github.com/ben-mizel),
99+ [Jenae Pennie](https://github.com/jenaepen),
100+ [Chris Romano](https://github.com/robicano22),
101101[Natalie Umanzor](https://github.com/nmczormick)
102102
103103## License
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ const ServiceDetails = (props) => {
8181 type = "button"
8282 onClick = { ( ) => {
8383 // document.location.reload()
84+ console . log ( 'should clear data' ) ;
8485 setDetails ( null ) ;
8586 } }
8687 >
Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ const ServiceOverview = (props) => {
158158 // Adds returned data to context.
159159 healthdata . detailData = Object . values ( JSON . parse ( data ) ) ;
160160 // Updates state. Triggers rerender.
161- setDetails ( < ServiceDetails service = { element . currentMicroservice } /> ) ;
161+ setDetails ( < ServiceDetails service = { element . currentMicroservice } setDetails = { setDetails } /> ) ;
162162 } ) ;
163163 } }
164164 >
Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ const ServicesDashboard = (props) => {
3636 return buttonStore ;
3737 } ;
3838
39+ const tooltipWriteup = 'Please provide a different database to monitor additional microservice applications.' ;
40+
3941 return (
4042 < div className = "servicesDashboardContainer" >
4143 < div className = "left" >
@@ -44,6 +46,10 @@ const ServicesDashboard = (props) => {
4446 < div className = "left-top" >
4547 < h2 className = "dashboardHeader" >
4648 Your Databases
49+ < sup className = "tooltip" >
50+ ⓘ
51+ < div className = "tooltiptext" > { tooltipWriteup } </ div >
52+ </ sup >
4753 </ h2 >
4854 { renderServiceList ( serviceList ) }
4955 </ div >
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ margin-top: -100px;
8888
8989 /* Position the tooltip */
9090 position : absolute;
91- z-index : 1 ;
91+ z-index : 2 ;
9292 left : 105% ;
9393 top : -5px ;
9494}
@@ -232,6 +232,10 @@ form {
232232 transition : 0.25s ;
233233}
234234
235+ # databsaseList {
236+ z-index : -1 ;
237+ }
238+
235239.microserviceBtn {
236240 width : 80% ;
237241 height : 50px ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments