diff --git a/otoroshi/javascript/src/components/Toasts.js b/otoroshi/javascript/src/components/Toasts.js index 910f7e511..0b622c850 100644 --- a/otoroshi/javascript/src/components/Toasts.js +++ b/otoroshi/javascript/src/components/Toasts.js @@ -92,7 +92,7 @@ export class Toasts extends Component {
e.stopPropagation()} >
-
- { - if (isCustomFieldView) showCustomField(false); - else closeTab(); - }} - /> -

- {isCustomFieldView ? 'New custom field' : 'Columns'} -

+
+
+ { + if (isCustomFieldView) showCustomField(false); + else closeTab(); + }} + /> +

+ {isCustomFieldView ? 'New column' : 'Columns'} +

+
+
@@ -110,7 +113,7 @@ function ColumnsSelector({ fields, onChange, fetchTemplate, addField, removeFiel )} -
{enabled && onChange(column, false)} />} @@ -216,14 +219,13 @@ function ColumnsSelector({ fields, onChange, fetchTemplate, addField, removeFiel }} onClick={() => showCustomField(true)} > - Add custom field + Add a column )}
-
@@ -232,8 +234,8 @@ function ColumnsSelector({ fields, onChange, fetchTemplate, addField, removeFiel className="ms-auto btn-sm d-flex align-items-center mb-1" onClick={() => setOpen(true)} > - - Filter columns + + Columns ); diff --git a/otoroshi/javascript/src/style/components/_reactTable.scss b/otoroshi/javascript/src/style/components/_reactTable.scss index 3b6a0b887..6af11dcea 100644 --- a/otoroshi/javascript/src/style/components/_reactTable.scss +++ b/otoroshi/javascript/src/style/components/_reactTable.scss @@ -1,5 +1,6 @@ .ReactTable { border: none !important; + overflow-y: scroll; input { color: var(--color_level2) !important;