Skip to content

Commit 533e22f

Browse files
V2.0
- little fix Known issue - main.py can not send package at full capability - the list.html still return the full list of all tasks not returning pictures or process bar - the details.html can not display result - the status.html did not display user(ip) for submitting
1 parent bdca2d7 commit 533e22f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

templates/status.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
44
<title>Task Status</title>
55
<style type="text/css">
@@ -89,7 +89,7 @@
8989
margin: 0 auto;
9090
padding: 20px;
9191
background-color: #fff;
92-
box-shadow: 0px 2px 5px rgba(0,0,0,0.3);
92+
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
9393
}
9494
p {
9595
font-size: 18px;
@@ -196,5 +196,4 @@ <h1>Task Status</h1>
196196
// Update the task progress every 10 seconds
197197
setInterval(updateTaskProgress, 10000);
198198
</script>
199-
</body>
200199
</html>

0 commit comments

Comments
 (0)