diff --git a/src/components/settings_modal/admin_tabs/frontends_tab.scss b/src/components/settings_modal/admin_tabs/frontends_tab.scss index 4516889dc..8b7b1f4e3 100644 --- a/src/components/settings_modal/admin_tabs/frontends_tab.scss +++ b/src/components/settings_modal/admin_tabs/frontends_tab.scss @@ -54,7 +54,7 @@ dd { text-overflow: ellipsis; white-space: nowrap; - overflow: hidden; + overflow-x: hidden; } } diff --git a/src/components/settings_modal/helpers/rate_setting.js b/src/components/settings_modal/helpers/rate_setting.js index 50a804f1a..0c37abb87 100644 --- a/src/components/settings_modal/helpers/rate_setting.js +++ b/src/components/settings_modal/helpers/rate_setting.js @@ -45,7 +45,7 @@ export default { if (event === 'split') { return [this.normalizedState[0], this.normalizedState[0]] } else if (event === 'join') { - return this.normalizedState[0] + return [this.normalizedState[0]] } } }, diff --git a/src/components/settings_modal/helpers/rate_setting.vue b/src/components/settings_modal/helpers/rate_setting.vue index 6a573d016..bb361dfb9 100644 --- a/src/components/settings_modal/helpers/rate_setting.vue +++ b/src/components/settings_modal/helpers/rate_setting.vue @@ -88,7 +88,7 @@ {{ $t('admin_dash.rate_limit.separate') }} diff --git a/src/i18n/en.json b/src/i18n/en.json index 4a35b48f5..7da5524db 100644 --- a/src/i18n/en.json +++ b/src/i18n/en.json @@ -1480,36 +1480,10 @@ "description": "Number of retries for making a connection CONFIRM" } }, - ":hackney_pools": { - ":rich_media": { - "label": "Rich media", - "description": "idk", - ":max_connections": { - "label": "Max connections", - "description": "Number workers in the pool." - }, - ":timeout": { - "label": "Timeout", - "description": "Timeout while `hackney` will wait for response." - } - } - }, ":pools": { ":rich_media": { "label": "Rich media", - "description": "idk", - ":size": { - "label": "Size", - "description": "Maximum number of concurrent requests in the pool." - }, - ":max_waiting": { - "label": "Max waiting", - "description": "Maximum number of requests waiting for other requests to finish. After this number is reached, the pool will start returning errors when a new request is made" - }, - ":recv_timeout": { - "label": "Recv timeout", - "description": "Timeout for the pool while gun will wait for response" - } + "description": "idk" } }, ":rate_limit": {