We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 524e815 commit e33dc72Copy full SHA for e33dc72
src/containers/Tablets/Tablets.tsx
@@ -74,7 +74,7 @@ const columns: DataTableColumn<TTabletStateInfo & {fqdn?: string}>[] = [
74
align: 'right',
75
},
76
{
77
- name: 'FQDN',
+ name: 'fqdn',
78
get header() {
79
return i18n('Node FQDN');
80
0 commit comments