fluke/devops-service/app/api2/routes/views/report.erb
2015-08-03 15:09:04 +03:00

19 lines
251 B
Plaintext

<html>
<head>
<% unless @done %>
<script>
function reload() {
location.reload();
}
setTimeout(reload, 5000);
</script>
<% end %>
</head>
<body>
<pre>
<%= @text %>
</pre>
</body>
</html>