diff --git a/ogcp/templates/actions/list_images.html b/ogcp/templates/actions/list_images.html new file mode 100644 index 0000000..e2f5633 --- /dev/null +++ b/ogcp/templates/actions/list_images.html @@ -0,0 +1,41 @@ +{% extends 'images.html' %} +{% import "bootstrap/wtf.html" as wtf %} + +{% set btn_back = true %} + +{% block content %} + +
Name | +Size (MiB) | +Datasize (MiB) | +Last update | +
---|---|---|---|
{{img['name']}} | +{{img['size'] / 1024 ** 2}} | +{{img['datasize'] / 1024 ** 2}} | +{{img['modified']}} | +