add annotation label for the high marks
This commit is contained in:
@@ -144,6 +144,7 @@ onUnmounted(async () => {
|
||||
yscale="cpu"
|
||||
:cpu-count="systemCpus.length"
|
||||
:high-mark="systemCpus.length * app.cpuQuota/100"
|
||||
high-mark-label="Max CPU"
|
||||
>
|
||||
</GraphItem>
|
||||
|
||||
@@ -153,6 +154,7 @@ onUnmounted(async () => {
|
||||
yscale="memory"
|
||||
:memory="appMemory"
|
||||
:high-mark="appMemory"
|
||||
high-mark-label="Max Memory"
|
||||
>
|
||||
</GraphItem>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user