@@ -54,14 +54,14 @@ class AdminConnectionsTable extends React.Component {
5454 this . state = {
5555 currentNS : window . location . pathname . split ( '/' ) [ 3 ] ,
5656 columns : [
57- { title : 'Instance Name' , transforms : [ wrappable , cellWidth ( 30 ) , sortable ] } ,
58- { title : 'DB Provider' , transforms : [ wrappable , cellWidth ( 30 ) , sortable ] } ,
59- { title : 'Provider Account' , transforms : [ wrappable , cellWidth ( 30 ) , sortable ] } ,
60- { title : 'Alert' , transforms : [ wrappable , cellWidth ( 20 ) ] } ,
61- { title : 'Project' , transforms : [ wrappable , cellWidth ( 25 ) ] } ,
62- { title : 'Bound' , transforms : [ wrappable , cellWidth ( 20 ) ] } ,
63- { title : 'User' , transforms : [ wrappable , cellWidth ( 25 ) ] } ,
64- { title : 'Application' , transforms : [ wrappable , cellWidth ( 30 ) ] } ,
57+ { title : 'Instance Name' , transforms : [ wrappable , cellWidth ( 20 ) , sortable ] } ,
58+ { title : 'DB Provider' , transforms : [ wrappable , cellWidth ( 20 ) , sortable ] } ,
59+ { title : 'Provider Account' , transforms : [ wrappable , cellWidth ( 20 ) , sortable ] } ,
60+ { title : 'Alert' , transforms : [ wrappable , cellWidth ( 10 ) ] } ,
61+ { title : 'Project' , transforms : [ wrappable , cellWidth ( 10 ) ] } ,
62+ { title : 'Bound' , transforms : [ wrappable , cellWidth ( 10 ) ] } ,
63+ { title : 'User' , transforms : [ wrappable , cellWidth ( 15 ) ] } ,
64+ { title : 'Application' , transforms : [ wrappable , cellWidth ( 15 ) ] } ,
6565 ] ,
6666 rows : [ ] ,
6767 dBaaSOperatorNameWithVersion : this . props . dBaaSOperatorNameWithVersion ,
0 commit comments