Spaces:
Runtime error
Runtime error
Update dashboard.html
Browse files- dashboard.html +4 -30
dashboard.html
CHANGED
@@ -1,27 +1,3 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
-
<html lang="en">
|
3 |
-
<head>
|
4 |
-
<meta charset="UTF-8">
|
5 |
-
<title>Dashboard</title>
|
6 |
-
<!-- AdminLTE CSS -->
|
7 |
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/admin-lte/3.1.0/css/adminlte.min.css">
|
8 |
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
|
9 |
-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
|
10 |
-
<style>
|
11 |
-
html, body {
|
12 |
-
height: 100%;
|
13 |
-
margin: 0;
|
14 |
-
display: flex;
|
15 |
-
flex-direction: column;
|
16 |
-
}
|
17 |
-
.wrapper {
|
18 |
-
flex: 1; /* This allows the content to grow and push the footer down */
|
19 |
-
padding: 10px;
|
20 |
-
margin-left: -35px;
|
21 |
-
}
|
22 |
-
|
23 |
-
</style>
|
24 |
-
</head>
|
25 |
<body>
|
26 |
|
27 |
{% include 'sidepane.html' %}
|
@@ -92,17 +68,15 @@
|
|
92 |
</div>
|
93 |
</div>
|
94 |
</section>
|
95 |
-
<input type="hidden" id="userRole" name="userRole" value={{role}}>
|
96 |
-
<input type="hidden" id="company_id" name="company_id" value={{company_id}}>
|
97 |
-
<input type="hidden" id="username" name="username" value={{username}}>
|
98 |
-
<input type="hidden" id="company_name" name="company_name" value={{company_name}}>
|
99 |
</div>
|
100 |
|
|
|
|
|
|
|
|
|
101 |
|
102 |
-
|
103 |
{% include 'footer.html' %}
|
104 |
|
105 |
-
|
106 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/adminlte.min.js"></script>
|
107 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
|
108 |
<script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
<body>
|
2 |
|
3 |
{% include 'sidepane.html' %}
|
|
|
68 |
</div>
|
69 |
</div>
|
70 |
</section>
|
|
|
|
|
|
|
|
|
71 |
</div>
|
72 |
|
73 |
+
<input type="hidden" id="userRole" name="userRole" value={{role}}>
|
74 |
+
<input type="hidden" id="company_id" name="company_id" value={{company_id}}>
|
75 |
+
<input type="hidden" id="username" name="username" value={{username}}>
|
76 |
+
<input type="hidden" id="company_name" name="company_name" value={{company_name}}>
|
77 |
|
|
|
78 |
{% include 'footer.html' %}
|
79 |
|
|
|
80 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/adminlte.min.js"></script>
|
81 |
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
|
82 |
<script>
|