23 lines
1.1 KiB
Text
23 lines
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>
|