mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2024-11-23 13:35:38 +03:00
* client: remove table column min-width
This commit is contained in:
parent
bb34381a0d
commit
c7b5830336
1 changed files with 0 additions and 4 deletions
|
@ -93,8 +93,6 @@ class Clients extends Component {
|
||||||
{
|
{
|
||||||
Header: this.props.t('settings'),
|
Header: this.props.t('settings'),
|
||||||
accessor: 'use_global_settings',
|
accessor: 'use_global_settings',
|
||||||
maxWidth: 180,
|
|
||||||
minWidth: 150,
|
|
||||||
Cell: ({ value }) => {
|
Cell: ({ value }) => {
|
||||||
const title = value ? (
|
const title = value ? (
|
||||||
<Trans>settings_global</Trans>
|
<Trans>settings_global</Trans>
|
||||||
|
@ -134,8 +132,6 @@ class Clients extends Component {
|
||||||
{
|
{
|
||||||
Header: this.props.t('actions_table_header'),
|
Header: this.props.t('actions_table_header'),
|
||||||
accessor: 'actions',
|
accessor: 'actions',
|
||||||
maxWidth: 220,
|
|
||||||
minWidth: 150,
|
|
||||||
Cell: (row) => {
|
Cell: (row) => {
|
||||||
const clientName = row.original.name;
|
const clientName = row.original.name;
|
||||||
const {
|
const {
|
||||||
|
|
Loading…
Reference in a new issue