Browse Source

Add source and refresh buttons

master
The Dod 1 year ago
parent
commit
950f7f2dc1
3 changed files with 31 additions and 0 deletions
  1. 11
    0
      logs.tmpl
  2. 20
    0
      logs/index.html
  3. BIN
      screenshot-logs.jpg

+ 11
- 0
logs.tmpl View File

@@ -35,6 +35,17 @@
35 35
             <div class="col-12">
36 36
                 <div class="alert alert-warning text-center">*** VERTRAULICH ***</div>
37 37
             </div>
38
+        </div>
39
+        <div class="row">
40
+            <div class="col-12">
41
+                <div class="alert alert-info">
42
+                    <ul class="nav nav-justified">
43
+                        <li><a target="_blank" href="https://is.gd/doctorkernel"><span class="glyphicon glyphicon-file" aria-hidden="true "></span> Source</a></li>
44
+                        <li><a class="btn btn-primary" href=""><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> Refresh</a></li>
45
+                    </ul>
46
+                </div>
47
+            </div>
48
+        </div>
38 49
     </div>
39 50
     <script src="js/bootstrap.min.js"></script>
40 51
 

+ 20
- 0
logs/index.html View File

@@ -24,6 +24,15 @@
24 24
             <div class="col-12">
25 25
                 <ul class="list-group text-center">
26 26
                     <li class="list-group-item">
27
+                        <a target="_blank" class="btn btn-success" href="log-20230720-192752.txt">[log-20230720-192752.txt]</a>
28
+                    </li>
29
+                    <li class="list-group-item">
30
+                        <a target="_blank" class="btn btn-success" href="log-20230720-184118.txt">[log-20230720-184118.txt]</a>
31
+                    </li>
32
+                    <li class="list-group-item">
33
+                        <a target="_blank" class="btn btn-success" href="log-20230720-170422.txt">[log-20230720-170422.txt]</a>
34
+                    </li>
35
+                    <li class="list-group-item">
27 36
                         <a target="_blank" class="btn btn-success" href="log-20230719-100651.txt">[log-20230719-100651.txt]</a>
28 37
                     </li>
29 38
                     <li class="list-group-item">
@@ -36,6 +45,17 @@
36 45
             <div class="col-12">
37 46
                 <div class="alert alert-warning text-center">*** VERTRAULICH ***</div>
38 47
             </div>
48
+        </div>
49
+        <div class="row">
50
+            <div class="col-12">
51
+                <div class="alert alert-info">
52
+                    <ul class="nav nav-justified">
53
+                        <li><a target="_blank" href="https://is.gd/doctorkernel"><span class="glyphicon glyphicon-file" aria-hidden="true "></span> Source</a></li>
54
+                        <li><a class="btn btn-primary" href=""><span class="glyphicon glyphicon-refresh" aria-hidden="true"></span> Refresh</a></li>
55
+                    </ul>
56
+                </div>
57
+            </div>
58
+        </div>
39 59
     </div>
40 60
     <script src="js/bootstrap.min.js"></script>
41 61
 

BIN
screenshot-logs.jpg View File


Loading…
Cancel
Save