commit 04/02/2026
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
<link rel="stylesheet" href="assets/css/bss-overrides.css">
|
||||
<link rel="stylesheet" href="assets/css/all.min.css">
|
||||
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
|
||||
<link rel="stylesheet" href="assets/css/datatables.css">
|
||||
<link rel="stylesheet" href="assets/css/select2.min.css">
|
||||
<link rel="stylesheet" href="assets/css/style.css">
|
||||
</head>
|
||||
@@ -50,15 +51,10 @@
|
||||
<path d="M19.933 13.041a8 8 0 1 1 -9.925 -8.788c3.899 -1 7.935 1.007 9.425 4.747"></path>
|
||||
<path d="M20 4v5h-5"></path>
|
||||
</svg> Reload</button></div>
|
||||
<div class="col-6 col-sm-6 col-md-2 col-lg-2 col-xl-1 col-xxl-1 pad-reload"><button class="btn btn-primary w-100 pad-input" id="export_log" type="button" style="font-family: Raleway, sans-serif;"><svg xmlns="http://www.w3.org/2000/svg" width="1em" height="1em" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round" class="icon icon-tabler icon-tabler-file-export pad-icon" id="export_log">
|
||||
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
|
||||
<path d="M14 3v4a1 1 0 0 0 1 1h4"></path>
|
||||
<path d="M11.5 21h-4.5a2 2 0 0 1 -2 -2v-14a2 2 0 0 1 2 -2h7l5 5v5m-5 6h7m-3 -3l3 3l-3 3"></path>
|
||||
</svg> Export</button></div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="w-100 container-fluid">
|
||||
<div class="table-responsive table custom-striped">
|
||||
<div class="table-responsive table custom-striped" id="tablelog">
|
||||
<table class="table table-striped" id="logtable" data-sortable="true" data-toggle="table" data-pagination="true">
|
||||
<thead class="bg-header-table table-fixed">
|
||||
<tr class="w-100 bg-header-table">
|
||||
@@ -98,11 +94,12 @@
|
||||
</section>
|
||||
<script src="assets/js/jquery.min.js"></script>
|
||||
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
|
||||
<script src="assets/js/bs-init.js"></script>
|
||||
<script src="assets/js/custom.js"></script>
|
||||
<script src="assets/js/bootstrap.bundle.min.js"></script>
|
||||
<script src="assets/js/datatables.js"></script>
|
||||
<script src="assets/js/jquery-3.7.1.min.js"></script>
|
||||
<script src="assets/js/select2.min.js"></script>
|
||||
<script src="assets/js/common.js"></script>
|
||||
<script src="assets/js/log.js"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user