openatc-components 0.1.159 → 0.1.161

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -78,7 +78,7 @@
78
78
  @closePhaseControl="closePhaseControl"
79
79
  />
80
80
  <AzimuthLocking
81
- v-if="specialPage === 'azimuthlocking'"
81
+ v-if="specialPage === 'azimuthlocking' && realtimeStatusModalvisible"
82
82
  :realtimeStatusModalvisible="realtimeStatusModalvisible"
83
83
  :phaseList="phaseList"
84
84
  :patternStatus="statusData"
@@ -143,7 +143,7 @@ export default {
143
143
  level: 1,
144
144
  phase: 1,
145
145
  type: 0,
146
- duration: 300,
146
+ duration: 60,
147
147
  delay: 0
148
148
  }
149
149
  }