add total hour for event
This commit is contained in:
+3
-2
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>ZynkTime - Time Reporting</title>
|
||||
<link rel="stylesheet" href="/static/css/style.css">
|
||||
<link rel="stylesheet" href="/static/css/style.css?v=2">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&display=swap" rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
@@ -112,6 +112,7 @@
|
||||
<div class="approval-actions">
|
||||
<button class="btn btn-secondary" id="loadEvents">Load Events</button>
|
||||
<button class="btn btn-primary" id="approveEvents">Approve Events</button>
|
||||
<div id="eventsTotal" class="events-total" style="display: none;"></div>
|
||||
</div>
|
||||
<div class="events-list" id="eventsList">
|
||||
<div class="loading">No events loaded yet</div>
|
||||
@@ -154,6 +155,6 @@
|
||||
<p>Processing your request...</p>
|
||||
</div>
|
||||
|
||||
<script src="/static/js/app.js"></script>
|
||||
<script src="/static/js/app.js?v=2"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user