forked from mtierltd/timetracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdashboard.php
More file actions
21 lines (19 loc) · 775 Bytes
/
dashboard.php
File metadata and controls
21 lines (19 loc) · 775 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<div id="timetracker-dashboard" class='theme-white'>
<h1 class='page-title'>Dashboard</h1>
<div class="clearfix"> </div>
<div id="dashboard">
<div>
<h1>Time (in minutes) allocated to each client in the last days</h1>
<div class="clearfix"> </div>
<br />
<div class="time-controls">
<div id="report-range" style="cursor: pointer; padding: 5px 10px; border: 1px solid #ccc; width: 100%">
<i class="fa fa-calendar"></i>
<span></span> <i class="fa fa-caret-down"></i>
</div>
</div>
<canvas id="myChart" width="400" height="400"></canvas>
<div id='summary'></div>
</div>
</div>
</div>