1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-21 17:34:25 +04:00

homepage fixes

This commit is contained in:
chomik
2018-03-23 16:46:03 +01:00
parent e05c415faa
commit 76fe585c1f
3 changed files with 11 additions and 10 deletions

View File

@@ -22,21 +22,15 @@ tasks:
development-activity: development-activity:
name: Development Activity name: Development Activity
type: area type: area
groups: [1, 2, 3]
hide-points: true hide-points: true
hide-tooltip: true hide-tooltip: true
remove-padding: true remove-padding: true
legend-position: 'top' legend-position: 'top'
fill: true
series: series:
- name: 'Purchases' - name: 'Purchases'
color: blue color: blue
data: [30, 10, 10, 15, 0, 47, 65, 10] 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]
- 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]
employment: employment:
name: Employment Growth name: Employment Growth

View File

@@ -2,7 +2,7 @@
<div class="card-header"> <div class="card-header">
<h3 class="card-title">Development Activity</h3> <h3 class="card-title">Development Activity</h3>
</div> </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"> <table class="table card-table table-striped table-vcenter">
<thead> <thead>
<tr> <tr>
@@ -41,6 +41,13 @@
<td>April 8, 2018</td> <td>April 8, 2018</td>
<td><a href="#" class="icon"><i class="fe fe-trash"></i></a></td> <td><a href="#" class="icon"><i class="fe fe-trash"></i></a></td>
</tr> </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> </tbody>
</table> </table>
</div> </div>

View File

@@ -28,7 +28,7 @@
delectus dolore dolores maxime nesciunt qui quia totam. delectus dolore dolores maxime nesciunt qui quia totam.
</div> </div>
</div> </div>
<div class="dropdown ml-3"> <div class="dropdown">
<a href="#" class="nav-link pr-0" data-toggle="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="avatar" style="background-image: url({{ site.base }}/{{ user.photo }})"></span>
<span class="ml-2 d-none d-lg-block"> <span class="ml-2 d-none d-lg-block">