1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-14 15:22:22 +04:00

Release 1.0.0-beta9

This commit is contained in:
codecalm
2022-02-26 19:07:01 +01:00
parent 93984d2efc
commit 555d52412a
193 changed files with 9153 additions and 3201 deletions
+10 -3
View File
@@ -1,7 +1,7 @@
<!doctype html>
<!--
* Tabler - Premium and Open Source dashboard template with responsive and high quality UI.
* @version 1.0.0-beta8
* @version 1.0.0-beta9
* @link https://tabler.io
* Copyright 2018-2022 The Tabler Authors
* Copyright 2018-2022 codecalm.net Paweł Kuna
@@ -353,9 +353,12 @@
<a class="dropdown-item" href="./music.html" >
Music
</a>
<a class="dropdown-item" href="./tasks.html" >
Tasks
<span class="badge badge-sm bg-green text-uppercase ms-2">New</span>
</a>
<a class="dropdown-item" href="./uptime.html" >
Uptime monitor
<span class="badge badge-sm bg-green text-uppercase ms-2">New</span>
</a>
<a class="dropdown-item" href="./widgets.html" >
Widgets
@@ -380,6 +383,9 @@
<a class="dropdown-item" href="./layout-horizontal.html" >
Horizontal
</a>
<a class="dropdown-item" href="./layout-boxed.html" >
Boxed
</a>
<a class="dropdown-item active" href="./layout-vertical.html" >
Vertical
</a>
@@ -1866,7 +1872,7 @@
</li>
<li class="list-inline-item">
<a href="./changelog.html" class="link-secondary" rel="noopener">
v1.0.0-beta8
v1.0.0-beta9
</a>
</li>
</ul>
@@ -1982,6 +1988,7 @@
<script src="./dist/libs/apexcharts/dist/apexcharts.min.js"></script>
<script src="./dist/libs/jsvectormap/dist/js/jsvectormap.min.js"></script>
<script src="./dist/libs/jsvectormap/dist/maps/world.js"></script>
<script src="./dist/libs/jsvectormap/dist/maps/world-merc.js"></script>
<!-- Tabler Core -->
<script src="./dist/js/tabler.min.js"></script>
<script src="./dist/js/demo.min.js"></script>