DmitrMakeev
commited on
Commit
•
bea6185
1
Parent(s):
4fdd9d3
Update data_gc.html
Browse files- data_gc.html +4 -2
data_gc.html
CHANGED
@@ -49,15 +49,18 @@
|
|
49 |
tr:hover {
|
50 |
background-color: #e0e0e0;
|
51 |
}
|
52 |
-
|
53 |
margin-top: 20px;
|
54 |
font-size: 18px;
|
55 |
color: #333;
|
|
|
|
|
56 |
}
|
57 |
</style>
|
58 |
</head>
|
59 |
<body>
|
60 |
<h1>Data GC</h1>
|
|
|
61 |
<div class="scroll-container">
|
62 |
<table>
|
63 |
<thead>
|
@@ -78,6 +81,5 @@
|
|
78 |
</tbody>
|
79 |
</table>
|
80 |
</div>
|
81 |
-
<p>Total Users: {{ total_users }}</p>
|
82 |
</body>
|
83 |
</html>
|
|
|
49 |
tr:hover {
|
50 |
background-color: #e0e0e0;
|
51 |
}
|
52 |
+
.total-users {
|
53 |
margin-top: 20px;
|
54 |
font-size: 18px;
|
55 |
color: #333;
|
56 |
+
display: block;
|
57 |
+
text-align: center;
|
58 |
}
|
59 |
</style>
|
60 |
</head>
|
61 |
<body>
|
62 |
<h1>Data GC</h1>
|
63 |
+
<p class="total-users">Total Users: {{ total_users }}</p>
|
64 |
<div class="scroll-container">
|
65 |
<table>
|
66 |
<thead>
|
|
|
81 |
</tbody>
|
82 |
</table>
|
83 |
</div>
|
|
|
84 |
</body>
|
85 |
</html>
|