File tree Expand file tree Collapse file tree 11 files changed +53
-11
lines changed
Expand file tree Collapse file tree 11 files changed +53
-11
lines changed Original file line number Diff line number Diff line change 22 <v-card
33 light
44 elevation =" 2"
5- :disabled =" Object.values(inputData).includes(input.disabled)"
5+ :disabled ="
6+ Object.values(inputData).includes(input.disabled) ||
7+ $store.state.runInfo.active == true
8+ "
69 >
710 <v-tooltip top >
811 <template v-slot :activator =" { on } " >
Original file line number Diff line number Diff line change 22 <v-card
33 light
44 elevation =" 2"
5- :disabled =" Object.values(inputData).includes(input.disabled)"
5+ :disabled ="
6+ Object.values(inputData).includes(input.disabled) ||
7+ $store.state.runInfo.active == true
8+ "
69 >
710 <v-tooltip top >
811 <template v-slot :activator =" { on } " >
Original file line number Diff line number Diff line change 22 <v-card
33 light
44 elevation =" 2"
5- :disabled =" Object.values(inputData).includes(input.disabled)"
5+ :disabled ="
6+ Object.values(inputData).includes(input.disabled) ||
7+ $store.state.runInfo.active == true
8+ "
69 >
710 <v-tooltip top >
811 <template v-slot :activator =" { on } " >
Original file line number Diff line number Diff line change 33 <template v-slot :activator =" { on } " >
44 <div v-on =" on" >
55 <v-card
6- :disabled =" Object.values(inputData).includes(input.disabled)"
6+ :disabled ="
7+ Object.values(inputData).includes(input.disabled) ||
8+ $store.state.runInfo.active == true
9+ "
710 light
811 elevation =" 2"
912 style =" height : fit-content ; resize : auto ; min-height : 145px "
Original file line number Diff line number Diff line change 22 <v-card
33 light
44 elevation =" 2"
5- :disabled =" Object.values(inputData).includes(input.disabled)"
5+ :disabled ="
6+ Object.values(inputData).includes(input.disabled) ||
7+ $store.state.runInfo.active == true
8+ "
69 >
710 <v-card-actions style =" justify-content : center " >
811 <v-row style =" justify-content : center " >
Original file line number Diff line number Diff line change 22 <v-card
33 light
44 elevation =" 2"
5- :disabled =" Object.values(inputData).includes(input.disabled)"
5+ :disabled ="
6+ Object.values(inputData).includes(input.disabled) ||
7+ $store.state.runInfo.active == true
8+ "
69 >
710 <v-tooltip top >
811 <template v-slot :activator =" { on } " >
Original file line number Diff line number Diff line change 22 <v-card
33 light
44 elevation =" 2"
5- :disabled =" Object.values(inputData).includes(input.disabled)"
5+ :disabled ="
6+ Object.values(inputData).includes(input.disabled) ||
7+ $store.state.runInfo.active == true
8+ "
69 >
710 <v-tooltip top >
811 <template v-slot :activator =" { on } " >
Original file line number Diff line number Diff line change 22 <v-card
33 light
44 elevation =" 2"
5- :disabled =" Object.values(inputData).includes(input.disabled)"
5+ :disabled ="
6+ Object.values(inputData).includes(input.disabled) ||
7+ $store.state.runInfo.active == true
8+ "
69 >
710 <v-tooltip top >
811 <template v-slot :activator =" { on } " >
Original file line number Diff line number Diff line change 22 <v-card
33 light
44 elevation =" 2"
5- :disabled =" Object.values(inputData).includes(input.disabled)"
5+ :disabled ="
6+ Object.values(inputData).includes(input.disabled) ||
7+ $store.state.runInfo.active == true
8+ "
69 >
710 <v-tooltip top >
811 <template v-slot :activator =" { on } " >
Original file line number Diff line number Diff line change 33 light
44 elevation =" 2"
55 width =" 400px"
6- :disabled =" Object.values(inputData).includes(input.disabled)"
6+ :disabled ="
7+ Object.values(inputData).includes(input.disabled) ||
8+ $store.state.runInfo.active == true
9+ "
710 >
811 <v-tooltip top >
912 <template v-slot :activator =" { on } " >
You can’t perform that action at this time.
0 commit comments