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"
|
s.template = "dockerman/container_stats"
|
||||||
table_stats = {
|
table_stats = {
|
||||||
cpu={
|
cpu={
|
||||||
key=translate("CPU Useage"),
|
key=translate("CPU Usage"),
|
||||||
value='-'
|
value='-'
|
||||||
},
|
},
|
||||||
memory={
|
memory={
|
||||||
key=translate("Memory Useage"),
|
key=translate("Memory Usage"),
|
||||||
value='-'
|
value='-'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue