*} - {**} - {*
*} - {**} - {*New*} - {*
*} - {*+ {{if .Filter == ""}} + All + {{else}} + All + {{end}} +
++ {{if .Filter == "running"}} + Running + {{else}} + Running + {{end}} +
++ +
+Image | State | Created | - {*Action | *} +Action | @@ -67,11 +82,11 @@{{ limit(.Image, 50) }} | {{ .State }} | {{ time(.CreatedAt) }} | - {**}
- {* *}
- {**}
- {* *}
- {* | *}
+
+
+
+
+ |
{{end}}
diff --git a/views/container/logs.jet b/views/container/logs.jet
new file mode 100644
index 0000000..5cfa406
--- /dev/null
+++ b/views/container/logs.jet
@@ -0,0 +1,107 @@
+{{ extends "../_layouts/default" }}
+
+{{ block body() }}
+Tags | Size | Created | -Action | +Action | diff --git a/views/index.jet b/views/index.jet index 1e67430..5f8c59d 100644 --- a/views/index.jet +++ b/views/index.jet @@ -76,7 +76,7 @@{{ limit(.Name, 30) }} | {{ .Driver }} | {{ .Scope }} | -{{ .Mountpoint }} | +{{ limit(.Mountpoint, 50) }} |
|
---|