File tree Expand file tree Collapse file tree 9 files changed +72
-9
lines changed
ASCOM.Alpaca.Simulators/Pages Expand file tree Collapse file tree 9 files changed +72
-9
lines changed Original file line number Diff line number Diff line change 1212 else
1313 {
1414 <fieldset >
15- <legend >Camera </legend >
15+ @if (InstanceID == 0 )
16+ {
17+ <legend >Camera </legend >
18+ }
19+ else
20+ {
21+ <legend >Camera @InstanceID </legend >
22+ }
1623 <div class =" grid-container-two" >
1724
1825 <div class =" grid-item-left" >
Original file line number Diff line number Diff line change 1313 else
1414 {
1515 <fieldset >
16- <legend >Cover Calibrator </legend >
16+ @if (InstanceID == 0 )
17+ {
18+ <legend >Cover Calibrator </legend >
19+ }
20+ else
21+ {
22+ <legend >Cover Calibrator @InstanceID </legend >
23+ }
1724 <div class =" grid-container-two" >
1825
1926 <div class =" grid-item-left" >
Original file line number Diff line number Diff line change 1313 else
1414 {
1515 <fieldset >
16- <legend >Dome </legend >
16+ @if (InstanceID == 0 )
17+ {
18+ <legend >Dome </legend >
19+ }
20+ else
21+ {
22+ <legend >Dome @InstanceID </legend >
23+ }
1724 <div class =" grid-container-two" >
1825 <div class =" grid-item-left" >
1926 <svg width =" 30" height =" 30" >
Original file line number Diff line number Diff line change 1212 else
1313 {
1414 <fieldset >
15- <legend >FilterWheel </legend >
15+ @if (InstanceID == 0 )
16+ {
17+ <legend >Filter Wheel </legend >
18+ }
19+ else
20+ {
21+ <legend >Filter Wheel @InstanceID </legend >
22+ }
1623
1724 <div class =" grid-container-two" >
1825
Original file line number Diff line number Diff line change 1212 else
1313 {
1414 <fieldset >
15- <legend >Focuser </legend >
15+ @if (InstanceID == 0 )
16+ {
17+ <legend >Focuser </legend >
18+ }
19+ else
20+ {
21+ <legend >Focuser @InstanceID </legend >
22+ }
1623 <div class =" grid-container-two" >
1724
1825 <div class =" grid-item-left" >
Original file line number Diff line number Diff line change 1212 else
1313 {
1414 <fieldset >
15- <legend >ObservingConditions </legend >
15+ @if (InstanceID == 0 )
16+ {
17+ <legend >Observing Conditions </legend >
18+ }
19+ else
20+ {
21+ <legend >Observing Conditions @InstanceID </legend >
22+ }
1623 <div class =" grid-container-two" >
1724
1825 <div class =" grid-item-left" >
Original file line number Diff line number Diff line change 1212 else
1313 {
1414 <fieldset >
15- <legend >Rotator </legend >
15+ @if (InstanceID == 0 )
16+ {
17+ <legend >Rotator </legend >
18+ }
19+ else
20+ {
21+ <legend >Rotator @InstanceID </legend >
22+ }
1623 <div class =" grid-container-two" >
1724
1825 <div class =" grid-item-left" >
Original file line number Diff line number Diff line change 1212 else
1313 {
1414 <fieldset >
15- <legend >Switch </legend >
15+ @if (InstanceID == 0 )
16+ {
17+ <legend >Switch </legend >
18+ }
19+ else
20+ {
21+ <legend >Switch @InstanceID </legend >
22+ }
1623 <div class =" grid-container-two" >
1724
1825 <div class =" grid-item-left" >
Original file line number Diff line number Diff line change 1313 else
1414 {
1515 <fieldset >
16- <legend >Telescope </legend >
16+ @if (InstanceID == 0 )
17+ {
18+ <legend >Telescope </legend >
19+ }
20+ else
21+ {
22+ <legend >Telescope @InstanceID </legend >
23+ }
1724 <div class =" grid-container-two" >
1825
1926 <div class =" grid-item-left" >
You can’t perform that action at this time.
0 commit comments