mirror of
https://github.com/dobin/SuperMega
synced 2026-06-03 01:27:11 +00:00
refactor: background task support
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Building</title>
|
||||
<meta http-equiv="refresh" content="1">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Building {{project_name}}, please wait...
|
||||
</p>
|
||||
<p>
|
||||
This page automatically refreshes every 1 seconds until the building is finished
|
||||
</p>
|
||||
|
||||
Log:
|
||||
<pre>{{logdata}}</pre>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user