Need to hide the "No indexes found" message in print view
This commit is contained in:
parent
fad4b48539
commit
6be4f840ed
@ -36,3 +36,7 @@ th {
|
||||
font-weight: bold;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
@ -36,3 +36,7 @@ th {
|
||||
font-weight: bold;
|
||||
background-color: #e5e5e5;
|
||||
}
|
||||
|
||||
.hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user