mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
extend jokob-sk maintenance task DB
Add a table with some infos about active scans, DB size and last modification date.
This commit is contained in:
@@ -455,3 +455,21 @@
|
||||
.dbtools-button {
|
||||
margin: 5px; display: inline-block; width: 140px; height: 140px; white-space: normal; word-wrap: break-word; font-size: 16px; border-radius: 10px;
|
||||
}
|
||||
|
||||
.table-cell:nth-child(1) {background: #272c30}
|
||||
.table-cell:nth-child(2) {background: #272c30}
|
||||
|
||||
|
||||
.table {
|
||||
display: table;
|
||||
border-spacing: 0em;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
width: 95%;
|
||||
margin: auto;
|
||||
margin-top: 40px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.table-row {display: table-row; padding: 3px; }
|
||||
.table-cell {display: table-cell; padding: 3px; padding-left: 10px;}
|
||||
}
|
||||
Reference in New Issue
Block a user