Skip to content

Commit 7e4fbac

Browse files
committed
change image
1 parent 71f880c commit 7e4fbac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compose-headnode.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
command: recast-control-center server
99
#stdin_open: true
1010
#tty: true
11-
image: recastcc
11+
image: lukasheinrich/recast-control-center
1212
environment:
1313
- RECAST_CELERY_REDIS_HOST=redis
1414
- RECAST_CELERY_REDIS_PORT=6379

recastcontrolcenter/templates/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<!-- Bootstrap -->
1111
<link rel="stylesheet" href="{{ url_for('static',filename='bootstrap/css/bootstrap.min.css')}}">"
1212
<link rel="stylesheet" href="{{ url_for('static',filename='css/style.css')}}">
13-
13+
<link rel="shortcut icon" type="image/png" href="{{ url_for('static',filename='assets/recast.ico')}}"/>
1414
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
1515

1616
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->

0 commit comments

Comments
 (0)