Added display and API for SSH fingerprints
This commit is contained in:
37
style.css
37
style.css
@@ -92,4 +92,39 @@ span {
|
||||
border-radius: 3px;
|
||||
padding: 8px;
|
||||
min-width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
.swal2-html-container .swal2-popup .swal2-modal .swal2-show {
|
||||
background-color: #022601;
|
||||
}
|
||||
|
||||
.footerbutton {
|
||||
background: none;
|
||||
border: none;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
td {
|
||||
border: 1px solid #3a4c35;
|
||||
}
|
||||
td:first-child {
|
||||
border-left: 2px solid #3a4c35;
|
||||
}
|
||||
.fingerprintTable {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.fingerprintData {
|
||||
font-size: x-small;
|
||||
color: lightblue;
|
||||
font-family: monospace;
|
||||
}
|
||||
|
||||
.fingerprintAlgo {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.fingerprintBit {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user