Skip to content

Commit 293f6db

Browse files
committed
0.4.15 removed studio lagecy
1 parent 522be75 commit 293f6db

File tree

2 files changed

+3
-36
lines changed

2 files changed

+3
-36
lines changed

docker-compose.yaml

+2-21
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ services:
353353
nebulagraph_gephi:
354354
labels:
355355
- "com.vesoft.scope=utils"
356-
image: weygu/nebulagraph-gephi-exchange:v1
356+
image: weygu/nebulagraph-gephi-exchange:v0.1
357357
environment:
358358
USER: root
359359
ports:
@@ -367,25 +367,6 @@ services:
367367
networks:
368368
- nebula-net
369369

370-
studio_lagacy:
371-
# profiles: ["studio"]
372-
labels:
373-
- "com.vesoft.scope=utils"
374-
platform: linux/amd64
375-
image: vesoft/nebula-graph-studio:v3.2.5
376-
environment:
377-
USER: root
378-
ports:
379-
- 17002:7001
380-
healthcheck:
381-
test: ["CMD", "netstat", "-plunt", "| grep 7001"]
382-
interval: 30s
383-
timeout: 10s
384-
retries: 3
385-
start_period: 20s
386-
networks:
387-
- nebula-net
388-
389370
webshell:
390371
# profiles: ["webshell"]
391372
labels:
@@ -410,4 +391,4 @@ services:
410391
- ~/.nebulagraph/:/host_data/
411392

412393
networks:
413-
nebula-net:
394+
nebula-net:

ui/src/App.tsx

+1-15
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,6 @@ export function App() {
3939

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

42-
<Box>
43-
<Button
44-
variant="outlined"
45-
onClick={() =>
46-
ddClient.host.openExternal('http://127.0.0.1:17002/?lang=EN_US')
47-
}
48-
endIcon={<Explore />}
49-
>
50-
Legacy Studio
51-
</Button>
52-
</Box>
53-
54-
<span style={{marginRight: 10}}></span>
55-
5642
<Box>
5743
<Button
5844
variant="outlined"
@@ -101,7 +87,7 @@ export function App() {
10187
<Box sx={{ alignItems: 'left', flexDirection: 'column', height: 20, fontSize: 10, justifyContent: 'center'}}>
10288
<Typography variant="body2" color={(theme) => theme.palette.text.primary} sx={{ my: 2, mr: 6 }}>
10389
<span style={{marginRight: 10}}></span>
104-
NebulaGraph for Docker Desktop Extension 0.4.13, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
90+
NebulaGraph for Docker Desktop Extension 0.4.15, NebulaGraph: v3.6.0, NebulaGraph Studio: v3.7.0
10591
</Typography>
10692
</Box>
10793

0 commit comments

Comments
 (0)