Skip to content

Commit

Permalink
0.4.15 removed studio lagecy
Browse files Browse the repository at this point in the history
  • Loading branch information
wey-gu committed Sep 3, 2023
1 parent 522be75 commit 293f6db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 36 deletions.
23 changes: 2 additions & 21 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ services:
nebulagraph_gephi:
labels:
- "com.vesoft.scope=utils"
image: weygu/nebulagraph-gephi-exchange:v1
image: weygu/nebulagraph-gephi-exchange:v0.1
environment:
USER: root
ports:
Expand All @@ -367,25 +367,6 @@ services:
networks:
- nebula-net

studio_lagacy:
# profiles: ["studio"]
labels:
- "com.vesoft.scope=utils"
platform: linux/amd64
image: vesoft/nebula-graph-studio:v3.2.5
environment:
USER: root
ports:
- 17002:7001
healthcheck:
test: ["CMD", "netstat", "-plunt", "| grep 7001"]
interval: 30s
timeout: 10s
retries: 3
start_period: 20s
networks:
- nebula-net

webshell:
# profiles: ["webshell"]
labels:
Expand All @@ -410,4 +391,4 @@ services:
- ~/.nebulagraph/:/host_data/

networks:
nebula-net:
nebula-net:
16 changes: 1 addition & 15 deletions ui/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,6 @@ export function App() {

<span style={{marginRight: 10}}></span>

<Box>
<Button
variant="outlined"
onClick={() =>
ddClient.host.openExternal('http://127.0.0.1:17002/?lang=EN_US')
}
endIcon={<Explore />}
>
Legacy Studio
</Button>
</Box>

<span style={{marginRight: 10}}></span>

<Box>
<Button
variant="outlined"
Expand Down Expand Up @@ -101,7 +87,7 @@ export function App() {
<Box sx={{ alignItems: 'left', flexDirection: 'column', height: 20, fontSize: 10, justifyContent: 'center'}}>
<Typography variant="body2" color={(theme) => theme.palette.text.primary} sx={{ my: 2, mr: 6 }}>
<span style={{marginRight: 10}}></span>
NebulaGraph for Docker Desktop Extension 0.4.13, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
NebulaGraph for Docker Desktop Extension 0.4.15, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
</Typography>
</Box>

Expand Down

0 comments on commit 293f6db

Please sign in to comment.