Loading CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Correctly display counters on console status page. - Correctly display friend names on console user details page. - Correctly display group names on console user details page. - Do not attempt to navigate to groups from console user details page. ## [2.5.0] - 2019-04-25 ### Added Loading console/a_console-packr.go +6 −6 File changed.Preview size limit exceeded, changes collapsed. Show changes console/ui/src/routes/users/details.tsx +1 −4 Original line number Diff line number Diff line Loading @@ -788,10 +788,7 @@ class UsersDetails extends Component<Props, State> { <Table.Body> { (groups || []).map((g, key) => <Table.Row key={this.key(`groups_${id}_${key}`)} onClick={this.go_to_friend.bind(this, g.group.id)} > <Table.Row key={this.key(`groups_${id}_${key}`)}> <Table.Cell>{g.group.id}</Table.Cell> <Table.Cell>{g.group.name}</Table.Cell> <Table.Cell>{g.state}</Table.Cell> Loading docker-compose.yml +1 −1 Original line number Diff line number Diff line version: '3' services: cockroachdb: image: cockroachdb/cockroach:v2.1.5 image: cockroachdb/cockroach:v2.1.6 command: start --insecure --store=attrs=ssd,path=/var/lib/cockroach/ restart: "no" volumes: Loading Loading
CHANGELOG.md +1 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,7 @@ The format is based on [keep a changelog](http://keepachangelog.com) and this pr - Correctly display counters on console status page. - Correctly display friend names on console user details page. - Correctly display group names on console user details page. - Do not attempt to navigate to groups from console user details page. ## [2.5.0] - 2019-04-25 ### Added Loading
console/a_console-packr.go +6 −6 File changed.Preview size limit exceeded, changes collapsed. Show changes
console/ui/src/routes/users/details.tsx +1 −4 Original line number Diff line number Diff line Loading @@ -788,10 +788,7 @@ class UsersDetails extends Component<Props, State> { <Table.Body> { (groups || []).map((g, key) => <Table.Row key={this.key(`groups_${id}_${key}`)} onClick={this.go_to_friend.bind(this, g.group.id)} > <Table.Row key={this.key(`groups_${id}_${key}`)}> <Table.Cell>{g.group.id}</Table.Cell> <Table.Cell>{g.group.name}</Table.Cell> <Table.Cell>{g.state}</Table.Cell> Loading
docker-compose.yml +1 −1 Original line number Diff line number Diff line version: '3' services: cockroachdb: image: cockroachdb/cockroach:v2.1.5 image: cockroachdb/cockroach:v2.1.6 command: start --insecure --store=attrs=ssd,path=/var/lib/cockroach/ restart: "no" volumes: Loading