File tree Expand file tree Collapse file tree
components/cards/dashboard Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 fixed-tabs
66 background-color =" quaternary"
77 >
8+ <v-tab :key =" 'targets'" >
9+ <v-icon left >$fire</v-icon >
10+ Targets
11+ </v-tab >
812 <v-tab :key =" 'macros'" >
913 <v-icon left >$fileCode</v-icon >
1014 Macros
3236 <v-expand-transition >
3337 <div v-show =" !isCollapsed" >
3438 <v-tabs-items v-model =" activeTab" class =" mb-auto rounded" >
39+ <v-tab-item :key =" 'targets'" class =" tertiary rounded" >
40+ <temperature-targets-widget ></temperature-targets-widget >
41+ </v-tab-item >
3542 <v-tab-item :key =" 'macros'" class =" tertiary rounded" >
3643 <macros-widget ></macros-widget >
3744 </v-tab-item >
@@ -58,12 +65,14 @@ import UtilsMixin from '@/mixins/utils'
5865import FileSystemCard from ' @/components/cards/FileSystemCard.vue'
5966import PowerControlWidget from ' @/components/widgets/PowerControlWidget.vue'
6067import MacrosWidget from ' @/components/widgets/MacrosWidget.vue'
68+ import TemperatureTargetsWidget from ' @/components/widgets/TemperatureTargetsWidget.vue'
6169
6270@Component ({
6371 components: {
6472 FileSystemCard ,
6573 PowerControlWidget ,
66- MacrosWidget
74+ MacrosWidget ,
75+ TemperatureTargetsWidget
6776 }
6877})
6978export default class ToolsCard extends Mixins (UtilsMixin ) {
Original file line number Diff line number Diff line change 1111 <v-col cols =" 12" md =" 6" class =" pt-0" >
1212 <tools-card ></tools-card >
1313 <console-card ></console-card >
14- <temperature-targets-card ></temperature-targets-card >
14+ <!-- < temperature-targets-card></temperature-targets-card> -- >
1515 <temperature-graph-card ></temperature-graph-card >
1616 </v-col >
1717 </v-row >
You can’t perform that action at this time.
0 commit comments