Skip to content

Commit

Permalink
Update MetricsCard.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
srimanachanta committed Jul 16, 2023
1 parent b6de702 commit 56b38a4
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions photon-client/src/components/settings/MetricsCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ onMounted(() => {
</v-card-title>
<v-row class="pa-4 ml-5">
<div>
<v-card-subtitle class="metrics-table-subtitle">PhotonVision General Metrics</v-card-subtitle>
<v-card-subtitle class="ma-0 pa-0 pb-2">PhotonVision General Metrics</v-card-subtitle>
<table id="general-metrics" class="metrics-table">
<tr>
<th v-for="(item, itemIndex) in generalMetrics" :key="itemIndex" class="metric-item metric-item-title">
Expand All @@ -114,7 +114,7 @@ onMounted(() => {
</table>
</div>
<div>
<v-card-subtitle class="metrics-table-subtitle">PhotonVision Hardware Metrics</v-card-subtitle>
<v-card-subtitle class="ma-0 pa-0 pb-2">PhotonVision Hardware Metrics</v-card-subtitle>
<table id="device-metrics" class="metrics-table">
<tr>
<th v-for="(item, itemIndex) in platformMetrics" :key="itemIndex" class="metric-item metric-item-title">
Expand Down Expand Up @@ -145,11 +145,6 @@ onMounted(() => {
overflow-x: auto;
}
.metrics-table-subtitle {
padding: 0 0 8px 0;
margin: 0;
}
.metric-item {
padding: 1px 15px 1px 10px;
border-right: 1px solid;
Expand Down

0 comments on commit 56b38a4

Please sign in to comment.