1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-11 05:42:22 +04:00
This commit is contained in:
chomik
2018-03-27 11:24:48 +02:00
parent c4c1ab835b
commit a5f63044a6
5 changed files with 65 additions and 66 deletions
+49 -47
View File
@@ -3,53 +3,55 @@
<h3 class="card-title">Development Activity</h3>
</div>
<div id="chart-development-activity" style="height: 10rem"></div>
<table class="table card-table table-striped table-vcenter">
<thead>
<tr>
<th colspan="2">User</th>
<th>Commit</th>
<th>Date</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td class="w-1"><span class="avatar" style="background-image: url({{ site.base }}/{{ site.data.users[10].photo }})"></span></td>
<td>{{ site.data.users[10].name }} {{ site.data.users[10].surname }}</td>
<td>Initial commit</td>
<td>May 6, 2018</td>
<td class="w-1"><a href="#" class="icon"><i class="fe fe-trash"></i></a></td>
</tr>
<tr>
<td><span class="avatar">BM</span></td>
<td>{{ site.data.users[17].name }} {{ site.data.users[17].surname }}</td>
<td>Main structure</td>
<td>April 22, 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[16].photo }})"></span></td>
<td>{{ site.data.users[16].name }} {{ site.data.users[16].surname }}</td>
<td>Left sidebar adjusments</td>
<td>April 15, 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[12].photo }})"></span></td>
<td>{{ site.data.users[12].name }} {{ site.data.users[12].surname }}</td>
<td>Topbar dropdown style</td>
<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 class="table-responsive">
<table class="table card-table table-striped table-vcenter">
<thead>
<tr>
<th colspan="2">User</th>
<th>Commit</th>
<th>Date</th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td class="w-1"><span class="avatar" style="background-image: url({{ site.base }}/{{ site.data.users[10].photo }})"></span></td>
<td>{{ site.data.users[10].name }} {{ site.data.users[10].surname }}</td>
<td>Initial commit</td>
<td class="text-nowrap">May 6, 2018</td>
<td class="w-1"><a href="#" class="icon"><i class="fe fe-trash"></i></a></td>
</tr>
<tr>
<td><span class="avatar">BM</span></td>
<td>{{ site.data.users[17].name }} {{ site.data.users[17].surname }}</td>
<td>Main structure</td>
<td class="text-nowrap">April 22, 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[16].photo }})"></span></td>
<td>{{ site.data.users[16].name }} {{ site.data.users[16].surname }}</td>
<td>Left sidebar adjusments</td>
<td class="text-nowrap">April 15, 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[12].photo }})"></span></td>
<td>{{ site.data.users[12].name }} {{ site.data.users[12].surname }}</td>
<td>Topbar dropdown style</td>
<td class="text-nowrap">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 class="text-nowrap">April 9, 2018</td>
<td><a href="#" class="icon"><i class="fe fe-trash"></i></a></td>
</tr>
</tbody>
</table>
</div>
</div>
{% include js-charts.html id="chart-development-activity" data="development-activity" %}
+2 -6
View File
@@ -14,12 +14,8 @@
<th>Created</th>
<th>Status</th>
<th>Price</th>
<th>
<span class="sr-only">Actions</span>
</th>
<th>
<span class="sr-only">Download</span>
</th>
<th></th>
<th></th>
</tr>
</thead>
+1 -1
View File
@@ -1,5 +1,5 @@
<div class="card">
<table class="table table-responsive-sm table-hover table-outline table-vcenter card-table">
<table class="table table-responsive table-hover table-outline table-vcenter text-nowrap card-table">
<thead>
<tr>
<th class="text-center w-1"><i class="icon-people"></i></th>
+1
View File
@@ -225,6 +225,7 @@
margin-top: -1rem;
position: relative;
z-index: 1;
overflow: hidden;
}
.card-options {
+12 -12
View File
@@ -34,23 +34,23 @@ menu: index
{% comment %}{% include cards/tasks.html %}{% endcomment %}
</div>
<div class="col-sm-6">
<div class="col-md-6">
<div class="alert alert-primary">Are you in trouble? <a href="{{ site.base }}/docs/index.html" class="alert-link">Read our documentation</a> with code samples.</div>
<div class="row">
<div class="col-6">
<div class="col-sm-6">
{% include cards/chart.html height=12 title="Chart title" id="chart-donut" data="donut" %}
</div>
<div class="col-6">
<div class="col-sm-6">
{% include cards/chart.html height=12 title="Chart title" id="chart-pie" data="pie" %}
</div>
<div class="col-4">
<div class="col-sm-4">
{% include cards/digit.html color="red" title="New fedbacks" digit="62" width="28%" %}
</div>
<div class="col-4">
<div class="col-sm-4">
{% include cards/digit.html color="green" title="Today profit" digit="$652" width="84%" %}
</div>
<div class="col-4">
<div class="col-sm-4">
{% include cards/digit.html color="yellow" title="Users online" digit="76" width="34%" %}
</div>
</div>
@@ -91,22 +91,22 @@ menu: index
<div class="col-sm-6 col-lg-4">
{% include cards/projects-list.html %}
</div>
<div class="col-sm-6 col-lg-4">
<div class="col-md-6 col-lg-4">
{% include cards/members.html %}
</div>
<div class="col-sm-6 col-lg-12">
<div class="col-md-6 col-lg-12">
<div class="row">
<div class="col-lg-3">
<div class="col-sm-6 col-lg-3">
{% include cards/chart-bg.html id="chart-bg-users-1" %}
</div>
<div class="col-lg-3">
<div class="col-sm-6 col-lg-3">
{% include cards/chart-bg.html id="chart-bg-users-2" offset=60 aggregate=true color="red" rate="-3%" %}
</div>
<div class="col-lg-3">
<div class="col-sm-6 col-lg-3">
{% include cards/chart-bg.html id="chart-bg-users-3" offset=50 color="green" rate="-3%" %}
</div>
<div class="col-lg-3">
<div class="col-sm-6 col-lg-3">
{% include cards/chart-bg.html id="chart-bg-users-4" offset=40 color="yellow" rate="9%" %}
</div>
</div>