Skip to content

Commit

Permalink
[webui] fix syntax error in monitor javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 17, 2016
1 parent 459f1a0 commit 98a61d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/views/webui/monitor/_events.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

<%= content_for :head_javascript do %>

var arch_to_show = @default_architecture;
var arch_to_show = "<%= @default_architecture %>";
var time_to_show = "24";

function plotValues(data) {
Expand Down

0 comments on commit 98a61d1

Please sign in to comment.