Skip to content

Commit 3977f99

Browse files
committed
Move network graphs above filesystem info for root.
This is also consistent with the other container pages.
1 parent 001d32e commit 3977f99

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pages/containers_html.go

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,6 @@ const containersHtmlTemplate = `
149149
</div>
150150
</div>
151151
{{end}}
152-
{{if .FsAvailable}}
153-
<div class="panel panel-primary">
154-
<div class="panel-heading">
155-
<h3 class="panel-title">Filesystem</h3>
156-
</div>
157-
<div id="filesystem-usage" class="panel-body">
158-
</div>
159-
</div>
160-
{{end}}
161152
{{if .NetworkAvailable}}
162153
<div class="panel panel-primary">
163154
<div class="panel-heading">
@@ -173,6 +164,15 @@ const containersHtmlTemplate = `
173164
</div>
174165
</div>
175166
{{end}}
167+
{{if .FsAvailable}}
168+
<div class="panel panel-primary">
169+
<div class="panel-heading">
170+
<h3 class="panel-title">Filesystem</h3>
171+
</div>
172+
<div id="filesystem-usage" class="panel-body">
173+
</div>
174+
</div>
175+
{{end}}
176176
</div>
177177
{{end}}
178178
</div>

0 commit comments

Comments
 (0)