mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-16 04:56:05 +00:00
Fix reqs and Flask Migrate Order
This commit is contained in:
@ -12,7 +12,7 @@ class ConcatFilter(Filter):
|
||||
out.write(';'.join([h.data() for h, info in hunks]))
|
||||
|
||||
css_login = Bundle(
|
||||
'node_modules/@fortawesome/fontawesome-free/css/all.min.css',
|
||||
'node_modules/@fortawesome/fontawesome-free/css/all.css',
|
||||
'node_modules/icheck/skins/square/blue.css',
|
||||
'node_modules/admin-lte/dist/css/adminlte.css',
|
||||
filters=('cssmin', 'cssrewrite'),
|
||||
@ -31,8 +31,8 @@ js_validation = Bundle(
|
||||
output='generated/validation.js')
|
||||
|
||||
css_main = Bundle(
|
||||
'node_modules/@fortawesome/fontawesome-free/css/all.min.css',
|
||||
'node_modules/datatables.net-bs4/css/dataTables.bootstrap4.min.css',
|
||||
'node_modules/@fortawesome/fontawesome-free/css/all.css',
|
||||
'node_modules/datatables.net-bs4/css/dataTables.bootstrap4.css',
|
||||
'node_modules/icheck/skins/square/blue.css',
|
||||
'node_modules/multiselect/css/multi-select.css',
|
||||
'node_modules/admin-lte/dist/css/adminlte.css',
|
||||
|
@ -35,7 +35,7 @@
|
||||
</h2>
|
||||
<div class="error-content">
|
||||
<h3>
|
||||
<i class="fas fa-exclamation-triangle text-yellow"></i>
|
||||
<i class="fa-solid fa-exclamation-triangle text-yellow"></i>
|
||||
Oops! Bad request
|
||||
</h3>
|
||||
<p>
|
||||
|
@ -35,7 +35,7 @@
|
||||
</h2>
|
||||
<div class="error-content">
|
||||
<h3>
|
||||
<i class="fas fa-exclamation-triangle text-yellow"></i>
|
||||
<i class="fa-solid fa-exclamation-triangle text-yellow"></i>
|
||||
Oops! Access denied
|
||||
</h3>
|
||||
<p>
|
||||
|
@ -35,7 +35,7 @@
|
||||
</h2>
|
||||
<div class="error-content">
|
||||
<h3>
|
||||
<i class="fas fa-exclamation-triangle text-yellow"></i>
|
||||
<i class="fa-solid fa-exclamation-triangle text-yellow"></i>
|
||||
Oops! You're lost
|
||||
</h3>
|
||||
<p>
|
||||
|
@ -35,7 +35,7 @@
|
||||
</h2>
|
||||
<div class="error-content">
|
||||
<h3>
|
||||
<i class="fas fa-exclamation-triangle text-yellow"></i>
|
||||
<i class="fa-solid fa-exclamation-triangle text-yellow"></i>
|
||||
Oops! Something went wrong
|
||||
</h3>
|
||||
<p>
|
||||
|
@ -39,7 +39,7 @@
|
||||
<br/>
|
||||
<div class="error-content">
|
||||
<h3>
|
||||
<i class="fas fa-exclamation-triangle text-yellow"></i>
|
||||
<i class="fa-solid fa-exclamation-triangle text-yellow"></i>
|
||||
Oops! Something went wrong
|
||||
</h3>
|
||||
<br>
|
||||
|
Reference in New Issue
Block a user