WuhuIslandTesting/Library/PackageCache/com.unity.collab-proxy@1.17.7/Editor/PlasticSCM/Assets/Layouts/CreateOrganizationPanel.uxml
2025-01-07 02:06:59 +01:00

23 lines
No EOL
1.1 KiB
Text

<UXML xmlns="UnityEngine.UIElements">
<VisualElement class="flex-container column main">
<VisualElement class="flex-container grow">
<Label name="createLabel" class="title"/>
<VisualElement class="field">
<TextField name="orgName"/>
<Label name="orgNameNotification" class="notification"/>
</VisualElement>
<VisualElement name="datacenter" class="field">
<Label name="datacenterLabel" class="field-label"/>
</VisualElement>
<VisualElement name="dataCenterRetryContainer" class="row hidden">
<Label name="dataCenterRetryAlert" class="alert-label"/>
<Button name="dataCenterRetryButton"/>
</VisualElement>
</VisualElement>
<VisualElement class="row flex-container flex-end">
<Button class="footerButton" name="back"/>
<Button class="footerButton" name="create"/>
</VisualElement>
<VisualElement name="gettingDatacenters" class="flex-end"/>
</VisualElement>
</UXML>