Skip to content
Snippets Groups Projects
Commit 8f03c548 authored by Lars Bilke's avatar Lars Bilke Committed by Lars Bilke
Browse files

[web] Moved vis subview to internal.

parent fc15a206
No related branches found
No related tags found
No related merge requests found
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<div class=content></div>
<script type="text/javascript" src="/js/bundle.js"></script>
</body>
</html>
<iframe
src="./../../vis/index.html?fileURL=http://s3-eu-central-1.amazonaws.com/jenkins-dump/{{ .Get "url" }}"
src="/internal/vis/index.html?fileURL=http://s3-eu-central-1.amazonaws.com/jenkins-dump/{{ .Get "url" }}"
width="100%"
{{ with .Get "height"}} height="{{.}}px"{{ else }} height="500px"{{ end }}
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment