Skip to content

Commit 5f1bce7

Browse files
authored
Merge pull request #95 from tchughesiv/cherry
cherry-pick: fixed column spacing
2 parents 800cd22 + 58048c8 commit 5f1bce7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/components/adminConnectionsTable.jsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)