Fixed serial console not appearing in horizon

The lib file term.js has been moved into a subfolder 'termjs'.
So the link path of this file should be updated too.

Change-Id: I022c84e4e5bf7935db157af40a306a477291e36a
Closes-Bug: #1623799
This commit is contained in:
Dao Cong Tien 2016-09-20 10:11:01 +07:00 committed by Rob Cresswell
parent 9935d46ea6
commit 17c984f0d4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<title>{{instance_name}} ({{instance_id}})</title>
<link rel="stylesheet" href="{{ STATIC_URL }}dashboard/scss/serial_console.css" type="text/css" media="screen">
<script src="{% url 'horizon:jsi18n' 'horizon' %}"></script>
<script src='{{ STATIC_URL }}horizon/lib/term.js'></script>
<script src='{{ STATIC_URL }}horizon/lib/termjs/term.js'></script>
<script src="{{ STATIC_URL }}horizon/lib/jquery/jquery.js"></script>
<script src="{{ STATIC_URL }}horizon/lib/angular/angular.js"></script>
<script src="{{ STATIC_URL }}horizon/js/angular/directives/serialConsole.js"></script>