Merge pull request #233 from OktopUSP/dev

UI dashbaord in english
This commit is contained in:
Leandro Antônio Farias Machado 2024-04-14 13:35:03 -03:00 committed by GitHub
commit b8ee1dad1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 5 deletions

View File

@ -74,8 +74,7 @@ user@user-laptop:~$ cd oktopus/deploy/compose
user@user-laptop:~/oktopus/deploy/compose$ COMPOSE_PROFILES=nats,controller,mqtt,stomp,ws,adapter,frontend,portainer docker compose up -d
</pre>
UI will open at port 3000:
<img src="https://github.com/OktopUSP/oktopus/assets/83298718/c05bcaea-db87-4705-acb9-94d0711cffcf"/>
<img src="https://github.com/OktopUSP/oktopus/assets/83298718/65f7c5b9-c08d-479a-8a13-fdfc634b5ca2"/>
</li>
<li>
<h4>Device test agent (obuspa):</h4>

View File

@ -162,7 +162,7 @@ const Page = () => {
>
<OverviewTasksProgress
sx={{ height: '100%' }}
mtp={"Conexão STOMP"}
mtp={"STOMP Connection"}
type={"stomp"}
value={generalInfo.StompRtt}
/>
@ -174,7 +174,7 @@ const Page = () => {
>
<OverviewTasksProgress
sx={{ height: '100%' }}
mtp={"Conexão MQTT"}
mtp={"MQTT Connection"}
type={"mqtt"}
value={generalInfo.MqttRtt}
/>
@ -186,7 +186,7 @@ const Page = () => {
>
<OverviewTasksProgress
sx={{ height: '100%' }}
mtp={"Conexão Websockets"}
mtp={"Websockets Connection"}
type={"websocket"}
value={generalInfo.WebsocketsRtt}
/>