Skip to content

Commit e7c7d98

Browse files
author
David Baum
committed
Merge branch 'feature/remove_old_links' into development
2 parents 857d00b + cb9a278 commit e7c7d98

8 files changed

Lines changed: 3 additions & 2077 deletions

File tree

docker-compose.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,11 @@ services:
1919
depends_on:
2020
- db
2121
frontend:
22-
restart: always
23-
image: php:7.1.11-apache
22+
build: ui/
2423
volumes:
25-
- ./ui:/var/www/html
24+
- ./ui:/var/www/html/ui
2625
ports:
27-
- "8082:8082"
26+
- "8082:80"
2827
backend:
2928
build: generator2/org.getaviz.generator/
3029
restart: always

ui/setups/default.js

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -109,38 +109,6 @@
109109
]
110110
},
111111

112-
{
113-
title: "Visualizations",
114-
subMenu: true,
115-
items: [
116-
{
117-
title: "City Original",
118-
link: true,
119-
url: "index.php?setup=web/City freemind&model=City%20original%20freemind"
120-
},
121-
{
122-
title: "City Bricks",
123-
link: true,
124-
url: "index.php?setup=web/City freemind&model=City%20bricks%20freemind"
125-
},
126-
{
127-
title: "City Floors",
128-
link: true,
129-
url: "index.php?setup=web/City freemind&model=City%20floor%20freemind"
130-
},
131-
{
132-
title: "Recursive Disk",
133-
link: true,
134-
url: "index.php?setup=web/RD freemind&model=RD%20freemind"
135-
},
136-
{
137-
title: "Recursive Disk 3D",
138-
link: true,
139-
url: "index.php?setup=web/RD reek&model=RD%203D%20reek"
140-
},
141-
]
142-
},
143-
144112
{
145113
title: "About",
146114
subMenu: true,

0 commit comments

Comments
 (0)