Fix some eshuttle stuff (#9171)
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
<BoxContainer Name="AuthorizationsTextContainer">
|
<BoxContainer Name="AuthorizationsTextContainer">
|
||||||
<Label Text="{Loc 'emergency-shuttle-ui-authorizations'}"/>
|
<Label Text="{Loc 'emergency-shuttle-ui-authorizations'}"/>
|
||||||
<Label Name="AuthorizationCount"
|
<Label Name="AuthorizationCount"
|
||||||
Text="{Loc 'emergency-shuttle-ui-remaining'}"
|
Text=""
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
Align="Right"
|
Align="Right"
|
||||||
HorizontalExpand="True"/>
|
HorizontalExpand="True"/>
|
||||||
|
|||||||
@@ -15,8 +15,5 @@
|
|||||||
- Captain
|
- Captain
|
||||||
- HeadOfPersonnel
|
- HeadOfPersonnel
|
||||||
|
|
||||||
- type: accessLevel
|
|
||||||
id: EmergencyShuttleLaunch
|
|
||||||
|
|
||||||
- type: accessLevel
|
- type: accessLevel
|
||||||
id: EmergencyShuttleRepealAll
|
id: EmergencyShuttleRepealAll
|
||||||
@@ -1,6 +1,7 @@
|
|||||||
- type: accessGroup
|
- type: accessGroup
|
||||||
id: AllAccess
|
id: AllAccess
|
||||||
tags:
|
tags:
|
||||||
|
- EmergencyShuttleRepealAll
|
||||||
- Captain
|
- Captain
|
||||||
- HeadOfPersonnel
|
- HeadOfPersonnel
|
||||||
- ChiefEngineer
|
- ChiefEngineer
|
||||||
|
|||||||
@@ -20,7 +20,7 @@
|
|||||||
components:
|
components:
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access:
|
access:
|
||||||
- [ EmergencyShuttleLaunch ]
|
- [ Command ]
|
||||||
- type: EmergencyShuttleConsole
|
- type: EmergencyShuttleConsole
|
||||||
- type: ActivatableUI
|
- type: ActivatableUI
|
||||||
key: enum.EmergencyConsoleUiKey.Key
|
key: enum.EmergencyConsoleUiKey.Key
|
||||||
|
|||||||
Reference in New Issue
Block a user