fluke/devops-service/app/api3/views/report.erb

17 lines
239 B
Plaintext
Raw Permalink Normal View History

2015-08-03 15:09:04 +03:00
<html>
<head>
<% unless @done %>
<script>
function reload() {
location.reload();
}
setTimeout(reload, 5000);
</script>
<% end %>
</head>
<body>
2015-08-12 11:37:17 +03:00
<pre><%= @text %></pre>
2015-08-03 15:09:04 +03:00
</body>
</html>