Skip to content

Commit

Permalink
Chart description corrections, margin adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
XK4MiLX committed Oct 7, 2024
1 parent 259c4a1 commit 8e1cee6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HomeUI/src/views/apps/Management.vue
Original file line number Diff line number Diff line change
Expand Up @@ -721,7 +721,7 @@
<b-tab title="Monitoring">
<div class="container">
<div
class="d-flex mb-1 mt-2 align-items-center justify-content-between"
class="d-flex mb-1 align-items-center justify-content-between"
style="border: 1px solid #ccc; border-radius: 8px; height: 45px; padding-top: 12px; padding-bottom: 4px; padding-left: 12px; padding-right: 12px; text-align: left;"
>
<h5>
Expand Down Expand Up @@ -821,7 +821,7 @@
icon="bar-chart-line"
style="width: 30px; height: 30px;"
/>
<span class="chart-title">CPU Usage</span>
<span class="chart-title">CPU usage</span>
<b-icon
v-b-tooltip.hover.top="'Displays CPU usage over time. Monitoring CPU usage helps identify high load periods, optimize resource allocation, and troubleshoot performance bottlenecks.'"
v-ripple.400="'rgba(255, 255, 255, 0.12)'"
Expand Down

0 comments on commit 8e1cee6

Please sign in to comment.