def __init__(self, client):
self.client = client
images = self._get_images()
self.header = ipy.HTML(
'<span class="nbv-table-header" style="width:950px"">Image status</span>',
layout=ipy.Layout(align_items='flex-end'))
super().__init__([self.header] + [DockerImageView(im, client) for im in sorted(images)])
images.py 文件源码
python
阅读 24
收藏 0
点赞 0
评论 0
评论列表
文章目录