luci-app-dockerman: fix typos
useage > usage Signed-off-by: Felix Baumann <felix.bau@gmx.de>
This commit is contained in:
parent
85bcd897ae
commit
6afe7d91e5
1 changed files with 2 additions and 2 deletions
|
@ -767,11 +767,11 @@ elseif action == "stats" then
|
|||
s.template = "dockerman/container_stats"
|
||||
table_stats = {
|
||||
cpu={
|
||||
key=translate("CPU Useage"),
|
||||
key=translate("CPU Usage"),
|
||||
value='-'
|
||||
},
|
||||
memory={
|
||||
key=translate("Memory Useage"),
|
||||
key=translate("Memory Usage"),
|
||||
value='-'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue