updated Webapp and screenshot
This commit is contained in:
parent
a6d64a8f15
commit
40cf09758d
Binary file not shown.
|
Before Width: | Height: | Size: 250 KiB After Width: | Height: | Size: 250 KiB |
@ -14,6 +14,7 @@
|
||||
<tbody>
|
||||
<FsInfo :name="$t('memoryinfo.Heap')" :total="systemStatus.heap_total"
|
||||
:used="systemStatus.heap_used" />
|
||||
<a href='/api/database'>Read Database</a>
|
||||
<FsInfo :name="$t('memoryinfo.LittleFs')" :total="systemStatus.littlefs_total"
|
||||
:used="systemStatus.littlefs_used" />
|
||||
<FsInfo :name="$t('memoryinfo.Sketch')" :total="systemStatus.sketch_total"
|
||||
|
||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user