clean up for metric implementation
This commit is contained in:
parent
3132214a36
commit
c9cc658135
@ -6,6 +6,15 @@
|
||||
<v-icon v-else>mdi-pause</v-icon>
|
||||
</v-btn>
|
||||
</v-container>
|
||||
<v-card class="pa-0" outlined style="width: 64px">
|
||||
<v-card-text>
|
||||
<pre>
|
||||
Current
|
||||
Run:
|
||||
1
|
||||
</pre>
|
||||
</v-card-text>
|
||||
</v-card>
|
||||
</v-navigation-drawer>
|
||||
</template>
|
||||
|
||||
@ -23,4 +32,8 @@ const store = useBWStore();
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
pre {
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user