Skip to content

Commit 9906b53

Browse files
authored
upgrade tabler to 1.1.0 (#637)
1 parent 4f880f7 commit 9906b53

File tree

6 files changed

+23
-31
lines changed

6 files changed

+23
-31
lines changed

starlette_admin/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.15.0rc7"
1+
__version__ = "0.15.0rc8"
22

33
from ._types import ExportType as ExportType
44
from ._types import RequestAction as RequestAction

starlette_admin/statics/css/tabler.min-1.1.0.css

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starlette_admin/statics/css/tabler.min.beta21.css

Lines changed: 0 additions & 13 deletions
This file was deleted.

starlette_admin/statics/js/vendor/tabler.min-1.1.0.js

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

starlette_admin/statics/js/vendor/tabler.min.beta21.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

starlette_admin/templates/base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{% endif %}
1010
{% block head_meta %}{% endblock %}
1111
{% block title %}<title>{{ title or app_title }}</title>{% endblock %}
12-
<link rel="stylesheet" href="{{ url_for(__name__ ~ ':statics', path='css/tabler.min.beta21.css') }}">
12+
<link rel="stylesheet" href="{{ url_for(__name__ ~ ':statics', path='css/tabler.min-1.1.0.css') }}">
1313
<link rel="stylesheet" href="{{ url_for(__name__ ~ ':statics', path='css/fontawesome.min.css') }}">
1414
<style>
1515
@import url('https://rsms.me/inter/inter.css');
@@ -36,7 +36,7 @@
3636
<script type="text/javascript" src="{{ url_for(__name__ ~ ':statics', path='js/vendor/jquery.min.js') }}"></script>
3737
<script type="text/javascript" src="{{ url_for(__name__ ~ ':statics', path='js/vendor/js.cookie.min.js') }}"></script>
3838
<script type="text/javascript"
39-
src="{{ url_for(__name__ ~ ':statics', path='js/vendor/tabler.min.beta21.js') }}"></script>
39+
src="{{ url_for(__name__ ~ ':statics', path='js/vendor/tabler.min-1.1.0.js') }}"></script>
4040
{% block script %}{% endblock %}
4141
<script>
4242
$(function () {

0 commit comments

Comments
 (0)