Merge pull request #220 from stephb9959/main

[OLS-51] Added RTTY for OLS switches
This commit is contained in:
Charles Bourque
2024-06-04 09:14:01 -04:00
committed by GitHub
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -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",

View File

@@ -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",

View File

@@ -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')}>