Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
grapediadb committed Nov 16, 2018
1 parent c256c88 commit dd11dfc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
@@ -1 +1 @@
77b870c8
c256c884
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,13 +130,11 @@ services:
ports:
- "8888:8888"
volumes_from:
- web
- web_data
links:
- web:web
- postgres:postgres
env_file: env
volumes_from:
- web_data
volumes:
- .:/app
networks:
Expand Down
7 changes: 7 additions & 0 deletions templates/command/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@
<script src="{% static "command/js/cytoscape.js/dist/cytoscape.min.js" %}"></script>
<script src="{% static "command/js/dagre/dagre.min.js" %}"></script>
<script src="{% static "command/js/dagre/cytoscape-dagre.js" %}"></script>
<link rel="apple-touch-icon" sizes="180x180" href="{% static "command/images/apple-touch-icon.png" %}">
<link rel="icon" type="image/png" sizes="32x32" href="{% static "command/images/favicon-32x32.png" %}">
<link rel="icon" type="image/png" sizes="16x16" href="{% static "command/images/favicon-16x16.png" %}">
<link rel="manifest" href="{% static "command/images/site.webmanifest" %}">
<link rel="mask-icon" href="{% static "command/images/safari-pinned-tab.svg" %}" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
</head>
<body>
</body>
Expand Down

0 comments on commit dd11dfc

Please sign in to comment.