Implement UI support for manifest lists
This commit is contained in:
parent
276d0d571d
commit
c46b11bac1
14 changed files with 338 additions and 157 deletions
|
@ -86,6 +86,10 @@ class BrokenManifest(ManifestInterface):
|
|||
def schema_version():
|
||||
return 1
|
||||
|
||||
@property
|
||||
def layers_compressed_size():
|
||||
return None
|
||||
|
||||
|
||||
class ManifestBackfillWorker(Worker):
|
||||
def __init__(self):
|
||||
|
|
Reference in a new issue