Skip to content

Commit 7e83413

Browse files
authored
Merge pull request ceph#51658 from rhcs-dashboard/daemon-details-fix
mgr/dashboard: fix broken daemon details tab Reviewed-by: cloudbehl <NOT@FOUND>
2 parents 04a6509 + 156cb50 commit 7e83413

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,11 @@ export class RgwDaemonListComponent extends ListWithDetails implements OnInit {
3333
ngOnInit(): void {
3434
this.grafanaPermission = this.authStorageService.getPermissions().grafana;
3535
this.columns = [
36+
{
37+
name: $localize`ID`,
38+
prop: 'id',
39+
flexGrow: 2
40+
},
3641
{
3742
name: $localize`Hostname`,
3843
prop: 'server_hostname',

0 commit comments

Comments
 (0)