File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed
Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ def scan(self):
241241 total = 0
242242 num = 0
243243 start = time .perf_counter ()
244- self .logger .debug ('Scanning bind mounts...' )
244+ self .logger .info ('Scanning bind mounts...' )
245245
246246 kv .clear () # clear previous calculations
247247
@@ -421,7 +421,7 @@ def scan(self):
421421 total = 0
422422 num = 0
423423 start = time .perf_counter ()
424- self .logger .debug ('Scanning overlay2 storage driver...' )
424+ self .logger .info ('Scanning overlay2 storage driver...' )
425425
426426 kv .clear () # clear previous calculations
427427
Original file line number Diff line number Diff line change 22 < div class ="uk-margin-medium-top ">
33 < div uk-grid >
44 < div class ="uk-width-1-2@m ">
5+ {% if image %}
56 < div class ="uk-width-1-1 uk-text-center ">
67 Docker Disk Usage
78 </ div >
8- {% if image %}
99 < div id ="du-chart " class ="uk-width-1-1 uk-height-large "> </ div >
1010 < div id ="du-chart-image "
1111 data-value ="{{ image.total_size or 0 }} "
2828 data-num ="{{ build_cache.num }} "
2929 data-name ="Build Cache "> </ div >
3030 {% else %}
31- < div class ="uk-width-1-1 uk-text-center uk-margin-large-top ">
32- Docker Disk Usage has not been calculated yet.
31+ < div class ="uk-width-1-1 uk-text-center ">
32+ Docker Disk Usage has not been calculated yet...
3333 </ div >
3434 {% endif %}
3535 </ div >
3636 < div class ="uk-width-1-2@m ">
37+ {% if overlay2.num %}
3738 < div class ="uk-width-1-1 uk-text-center ">
3839 Overlay2 Usage
3940 </ div >
40- {% if overlay2 %}
4141 < div id ="overlay2-chart " class ="uk-width-1-1 uk-height-large "> </ div >
4242 < div id ="overlay2-chart-in-use "
4343 data-value ="{{ overlay2_in_use.total_size or 0 }} "
4848 data-num ="{{ overlay2_not_in_use.num }} "
4949 data-name ="Not In Use "> </ div >
5050 {% else %}
51- < div class ="uk-width-1-1 uk-text-center uk-margin-large-top ">
52- Overlay2 has not been calculated yet.
51+ < div class ="uk-width-1-1 uk-text-center ">
52+ Overlay2 has not been calculated yet...
5353 </ div >
5454 {% endif %}
5555 </ div >
Original file line number Diff line number Diff line change 77 < thead class ="uk-text-secondary ">
88 < tr >
99 < th > Container ID</ th >
10- < th > Container Name </ th >
10+ < th > Container</ th >
1111 < th > Image</ th >
1212 < th > Size</ th >
1313 < th > Log File</ th >
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ <h1 class="uk-heading-small uk-margin-remove-vertical lato-font">
3030 {% endif %}
3131 </ div >
3232 < div class ="uk-width-1-2@m ">
33- {% if overlay2 %}
33+ {% if overlay2.num %}
3434 < div class ="uk-width-1-1 uk-text-center ">
3535 Total Size
3636 < h1 class ="uk-heading-small uk-margin-remove-vertical lato-font ">
You can’t perform that action at this time.
0 commit comments