arreglar columnas del administrador del sistema
This commit is contained in:
parent
7fc01af71e
commit
a9f2e39572
|
@ -313,15 +313,6 @@ const AdministradoresSistema = () => {
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|
||||||
const headerOptions = (
|
|
||||||
<>
|
|
||||||
<p>
|
|
||||||
Opciones{' '}
|
|
||||||
<FontAwesomeIcon icon={faEllipsis} style={{ color: '#D7A86E' }} />
|
|
||||||
</p>
|
|
||||||
</>
|
|
||||||
);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="grid">
|
<div className="grid">
|
||||||
<div className="col-12">
|
<div className="col-12">
|
||||||
|
@ -402,7 +393,6 @@ const AdministradoresSistema = () => {
|
||||||
></Column>
|
></Column>
|
||||||
<Column
|
<Column
|
||||||
field="phone"
|
field="phone"
|
||||||
sortable
|
|
||||||
header={headerPhone}
|
header={headerPhone}
|
||||||
style={{
|
style={{
|
||||||
flexGrow: 1,
|
flexGrow: 1,
|
||||||
|
@ -412,7 +402,7 @@ const AdministradoresSistema = () => {
|
||||||
}}
|
}}
|
||||||
></Column>
|
></Column>
|
||||||
<Column
|
<Column
|
||||||
header={headerOptions}
|
|
||||||
style={{ flexGrow: 1, flexBasis: '130px', minWidth: '130px' }}
|
style={{ flexGrow: 1, flexBasis: '130px', minWidth: '130px' }}
|
||||||
body={actionsAdmin}
|
body={actionsAdmin}
|
||||||
></Column>
|
></Column>
|
||||||
|
|
Loading…
Reference in New Issue