mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
homepage fixes
This commit is contained in:
@@ -22,21 +22,15 @@ tasks:
|
||||
development-activity:
|
||||
name: Development Activity
|
||||
type: area
|
||||
groups: [1, 2, 3]
|
||||
hide-points: true
|
||||
hide-tooltip: true
|
||||
remove-padding: true
|
||||
legend-position: 'top'
|
||||
fill: true
|
||||
series:
|
||||
- name: 'Purchases'
|
||||
color: blue
|
||||
data: [30, 10, 10, 15, 0, 47, 65, 10]
|
||||
- name: 'Plans'
|
||||
color: blue-light
|
||||
data: [20, 25, 30, 35, 55, 42, 15, 25]
|
||||
- name: 'Services'
|
||||
color: blue-lighter
|
||||
data: [10, 30, 25, 30, 35, 15, 10, 15]
|
||||
data: [0, 5, 1, 2, 7, 5, 6, 8, 24, 7, 12, 5, 6, 3, 2, 2, 6, 30, 10, 10, 15, 14, 47, 65, 55]
|
||||
|
||||
employment:
|
||||
name: Employment Growth
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="card-header">
|
||||
<h3 class="card-title">Development Activity</h3>
|
||||
</div>
|
||||
<div id="chart-development-activity" style="height: 14rem"></div>
|
||||
<div id="chart-development-activity" style="height: 10rem"></div>
|
||||
<table class="table card-table table-striped table-vcenter">
|
||||
<thead>
|
||||
<tr>
|
||||
@@ -41,6 +41,13 @@
|
||||
<td>April 8, 2018</td>
|
||||
<td><a href="#" class="icon"><i class="fe fe-trash"></i></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="avatar" style="background-image: url({{ site.base }}/{{ site.data.users[19].photo }})"></span></td>
|
||||
<td>{{ site.data.users[19].name }} {{ site.data.users[19].surname }}</td>
|
||||
<td>Fixes #625</td>
|
||||
<td>April 9, 2018</td>
|
||||
<td><a href="#" class="icon"><i class="fe fe-trash"></i></a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
delectus dolore dolores maxime nesciunt qui quia totam.
|
||||
</div>
|
||||
</div>
|
||||
<div class="dropdown ml-3">
|
||||
<div class="dropdown">
|
||||
<a href="#" class="nav-link pr-0" data-toggle="dropdown">
|
||||
<span class="avatar" style="background-image: url({{ site.base }}/{{ user.photo }})"></span>
|
||||
<span class="ml-2 d-none d-lg-block">
|
||||
|
||||
Reference in New Issue
Block a user