mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-23 03:06:55 -04:00
Merge pull request #537 from TrAyZeN/master
This commit is contained in:
commit
afe9319c25
2 changed files with 9 additions and 1 deletions
|
@ -29,9 +29,9 @@ def get_icons(snapshot: Snapshot) -> str:
|
||||||
'</span>',
|
'</span>',
|
||||||
*link_tuple(link, 'singlefile_path'),
|
*link_tuple(link, 'singlefile_path'),
|
||||||
*link_tuple(link, 'wget_path')[:2], any((out_dir / link.domain).glob('*')),
|
*link_tuple(link, 'wget_path')[:2], any((out_dir / link.domain).glob('*')),
|
||||||
|
*link_tuple(link, 'dom_path'),
|
||||||
*link_tuple(link, 'pdf_path'),
|
*link_tuple(link, 'pdf_path'),
|
||||||
*link_tuple(link, 'screenshot_path'),
|
*link_tuple(link, 'screenshot_path'),
|
||||||
*link_tuple(link, 'dom_path'),
|
|
||||||
*link_tuple(link, 'warc_path')[:2], any((out_dir / canon['warc_path']).glob('*.warc.gz')),
|
*link_tuple(link, 'warc_path')[:2], any((out_dir / canon['warc_path']).glob('*.warc.gz')),
|
||||||
*link_tuple(link, 'media_path')[:2], any((out_dir / canon['media_path']).glob('*')),
|
*link_tuple(link, 'media_path')[:2], any((out_dir / canon['media_path']).glob('*')),
|
||||||
*link_tuple(link, 'git_path')[:2], any((out_dir / canon['git_path']).glob('*')),
|
*link_tuple(link, 'git_path')[:2], any((out_dir / canon['git_path']).glob('*')),
|
||||||
|
|
|
@ -223,6 +223,14 @@
|
||||||
.title-col a {
|
.title-col a {
|
||||||
color: black;
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tr td a.exists-True {
|
||||||
|
opacity: 1;
|
||||||
|
}
|
||||||
|
tr td a.exists-False {
|
||||||
|
opacity: 0.1;
|
||||||
|
filter: grayscale(100%);
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
<link rel="stylesheet" href="{% static 'bootstrap.min.css' %}">
|
<link rel="stylesheet" href="{% static 'bootstrap.min.css' %}">
|
||||||
<link rel="stylesheet" href="{% static 'jquery.dataTables.min.css' %}" />
|
<link rel="stylesheet" href="{% static 'jquery.dataTables.min.css' %}" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue