Skip to content

Commit

Permalink
update html gui
Browse files Browse the repository at this point in the history
  • Loading branch information
xfong committed Apr 7, 2022
1 parent 4545535 commit 0b9d7d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine/html.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const templText = `
<body>
<iframe src="http://mumax.github.io/header.html" width="100%" height="180" frameborder="0"></iframe>
<iframe src="https://seeder-research.github.io/umagnus.github.io/header.html" width="100%" height="180" frameborder="0"></iframe>
<span style="color:gray; font-weight:bold; font-size:1.5em" >
{{.Span "title" "uMagNUS"}} &nbsp; </span>
{{.Progress "progress" 100 0}} {{.Span "busy" "" }} &nbsp; {{.ErrorBox}} <br/>
Expand Down
2 changes: 1 addition & 1 deletion engine64/html.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const templText = `
<body>
<iframe src="http://mumax.github.io/header.html" width="100%" height="180" frameborder="0"></iframe>
<iframe src="https://seeder-research.github.io/umagnus.github.io/header.html" width="100%" height="180" frameborder="0"></iframe>
<span style="color:gray; font-weight:bold; font-size:1.5em" >
{{.Span "title" "uMagNUS"}} &nbsp; </span>
{{.Progress "progress" 100 0}} {{.Span "busy" "" }} &nbsp; {{.ErrorBox}} <br/>
Expand Down

0 comments on commit 0b9d7d2

Please sign in to comment.