diff --git a/src/views/dashboard/graphs/Card.vue b/src/views/dashboard/graphs/Card.vue index 98b7cb4c..234f8b9a 100644 --- a/src/views/dashboard/graphs/Card.vue +++ b/src/views/dashboard/graphs/Card.vue @@ -23,7 +23,7 @@ limitations under the License. --> }" > {{ singleVal.toFixed(2) }} - + {{ decodeURIComponent(unit) }} @@ -71,4 +71,9 @@ const unit = computed( height: 100%; color: #666; } + +.unit { + display: inline-block; + margin-left: 2px; +} diff --git a/src/views/dashboard/graphs/EndpointList.vue b/src/views/dashboard/graphs/EndpointList.vue index 9bc86313..5ab1b95f 100644 --- a/src/views/dashboard/graphs/EndpointList.vue +++ b/src/views/dashboard/graphs/EndpointList.vue @@ -42,7 +42,7 @@ limitations under the License. --> - - -