This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +31
-48
lines changed Expand file tree Collapse file tree 6 files changed +31
-48
lines changed Original file line number Diff line number Diff line change 2
2
margin-bottom : 1.0em ;
3
3
}
4
4
5
+ .btn {
6
+
7
+ margin : 5px ;
8
+ }
9
+
5
10
.zoom-effect {
6
11
-webkit-transition : 0.6s ease;
7
12
}
17
22
18
23
.filter-button {
19
24
margin : 2px ;
20
- }
25
+ }
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 24
24
25
25
26
26
<div class="col-xl-6 col-lg-6">
27
- <div class="card card-stats">
27
+ <div class="card card-stats zoom-effect ">
28
28
<div class="card-body">
29
29
<div class="row">
30
30
<div class="col">
58
58
59
59
60
60
<div class="col-xl-6 col-lg-6">
61
- <div class="card card-stats">
61
+ <div class="card card-stats zoom-effect ">
62
62
<div class="card-body">
63
63
<div class="row">
64
64
<div class="col">
Original file line number Diff line number Diff line change 41
41
}
42
42
43
43
$ run = $ command . " " . $ cmd . " " . $ target ;
44
- echo "<style='color: white'>The following command was executed: <b> " . $ run . "</b> " ;
44
+ echo "<style='color: white'>The following command was executed: <b> " . $ run . "</b><br><br> " ;
45
45
46
46
$ ssh ->setTimeout (0 );
47
47
Original file line number Diff line number Diff line change 25
25
$ avatar = $ resultado ['avatar ' ];
26
26
$ cmd = $ resultado ['cmd ' ];
27
27
$ target = $ resultado ['target ' ];
28
- $ resume = $ resultado ['resume ' ]
28
+ $ resume = $ resultado ['resume ' ];
29
29
?>
30
30
31
31
<!-- Page content -->
225
225
<div class="col">
226
226
<div class="collapse terminal" id="terminal" >
227
227
<div class="card card-body text-white bg-dark">
228
- <h2 class="card-title text-white">Terminal</h2>
228
+
229
+
230
+ <div class="row align-items-center">
231
+ <div class="col">
232
+ <h2 class="card-title text-white"><i class="ni ni-bold-right"></i> Terminal</h2>
233
+ </div>
234
+ <div class="col text-right">
235
+ <a href="#!" class="btn btn-sm btn-primary"><i class="ni ni-air-baloon text-yellow"></i> How to fix this?</a>
236
+ </div>
237
+ </div>
238
+
239
+
229
240
<p class="card-text" id="terminal-data"></p>
241
+
242
+ <div class="row align-items-center" style="justify-content: center;">
243
+ <a href="#!" class="btn btn-danger"><i class="ni ni-single-copy-04"></i> Save to reports</a>
244
+ </div>
245
+
230
246
</div>
231
247
</div>
232
248
</div>
Original file line number Diff line number Diff line change 15
15
<div class="col">
16
16
<div class="card shadow">
17
17
<div class="card-header bg-transparent">
18
- <h2 class="mb-0">Kali Linux Tools List</h2>
18
+ <h2 class="mb-0">Tools List
19
+ <button class="btn btn-dark btn-sm float-right" type="button" data-toggle="collapse" data-target="#collapse-filter" style="float: right;">+ Show filters</button>
20
+ </h2>
19
21
20
- <button class="btn btn-dark" type="button" data-toggle="collapse" data-target="#collapse-filter" style="float: right;">+ Show filters</button>
22
+
21
23
22
24
</div>
23
25
You can’t perform that action at this time.
0 commit comments