Split custom CSS & niceadmin theme CSS
Keep original source Nice Admin template to keep easy future updates
This commit is contained in:
parent
49c7caf5bd
commit
dd4e938d30
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -28,6 +28,7 @@
|
||||||
|
|
||||||
|
|
||||||
<!-- Template Main CSS File -->
|
<!-- Template Main CSS File -->
|
||||||
|
<link href="{{ url_for('static', filename='css/niceadmin.css') }}" rel="stylesheet">
|
||||||
<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet">
|
<link href="{{ url_for('static', filename='css/style.css') }}" rel="stylesheet">
|
||||||
|
|
||||||
<!-- =======================================================
|
<!-- =======================================================
|
||||||
|
@ -53,7 +54,7 @@
|
||||||
<!-- Api backend -->
|
<!-- Api backend -->
|
||||||
<script>
|
<script>
|
||||||
const API_URLS = {
|
const API_URLS = {
|
||||||
Auth_Token: `Basic ${btoa("{{ current_user.token }}:")}`, //
|
Auth_Token: `Basic ${btoa("{{ current_user.token }}:")}`, //
|
||||||
currentUserID: "{{ current_user.id }}",
|
currentUserID: "{{ current_user.id }}",
|
||||||
lots: "{{ url_for('Lot.main') }}",
|
lots: "{{ url_for('Lot.main') }}",
|
||||||
lots_detail: "{{ url_for('inventory.lotdevicelist', lot_id='ReplaceTEXT') }}",
|
lots_detail: "{{ url_for('inventory.lotdevicelist', lot_id='ReplaceTEXT') }}",
|
||||||
|
|
Reference in New Issue