mirror of
https://github.com/optim-enterprises-bv/OptimCloud-gw-ui.git
synced 2025-10-29 01:12:19 +00:00
Merge pull request #220 from stephb9959/main
[OLS-51] Added RTTY for OLS switches
This commit is contained in:
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "ucentral-client",
|
"name": "ucentral-client",
|
||||||
"version": "3.1.0(3)",
|
"version": "3.1.0(4)",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "ucentral-client",
|
"name": "ucentral-client",
|
||||||
"version": "3.1.0(3)",
|
"version": "3.1.0(4)",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@chakra-ui/anatomy": "^2.1.1",
|
"@chakra-ui/anatomy": "^2.1.1",
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "ucentral-client",
|
"name": "ucentral-client",
|
||||||
"version": "3.1.0(3)",
|
"version": "3.1.0(4)",
|
||||||
"description": "",
|
"description": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
"main": "index.tsx",
|
"main": "index.tsx",
|
||||||
|
|||||||
@@ -173,7 +173,7 @@ const DeviceActionDropdown = ({
|
|||||||
isLoading={isRtty}
|
isLoading={isRtty}
|
||||||
onClick={handleConnectClick}
|
onClick={handleConnectClick}
|
||||||
colorScheme={connectColor}
|
colorScheme={connectColor}
|
||||||
hidden={isCompact || deviceType !== 'ap'}
|
hidden={isCompact}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<Tooltip label={t('controller.configure.title')}>
|
<Tooltip label={t('controller.configure.title')}>
|
||||||
|
|||||||
Reference in New Issue
Block a user