mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-08-20 20:12:57 +00:00
Removed left indent
This commit is contained in:
parent
60f7743749
commit
e4cd2a75a1
@ -37,7 +37,7 @@
|
|||||||
@T("AI Studio runs with an enterprise configuration using a configuration plugin, without central configuration management.")
|
@T("AI Studio runs with an enterprise configuration using a configuration plugin, without central configuration management.")
|
||||||
</MudText>
|
</MudText>
|
||||||
<MudCollapse Expanded="@this.showEnterpriseConfigDetails">
|
<MudCollapse Expanded="@this.showEnterpriseConfigDetails">
|
||||||
<MudText Typo="Typo.body1" Class="ms-3 mt-2 mb-2">
|
<MudText Typo="Typo.body1" Class="mt-2 mb-2">
|
||||||
<div style="display: flex; align-items: center; gap: 8px;">
|
<div style="display: flex; align-items: center; gap: 8px;">
|
||||||
<MudIcon Icon="@Icons.Material.Filled.ArrowRightAlt"/>
|
<MudIcon Icon="@Icons.Material.Filled.ArrowRightAlt"/>
|
||||||
<span>@T("Configuration plugin ID:") @this.configPlug!.Id</span>
|
<span>@T("Configuration plugin ID:") @this.configPlug!.Id</span>
|
||||||
@ -52,7 +52,7 @@
|
|||||||
@T("AI Studio runs with an enterprise configuration and a configuration server. The configuration plugin is not yet available.")
|
@T("AI Studio runs with an enterprise configuration and a configuration server. The configuration plugin is not yet available.")
|
||||||
</MudText>
|
</MudText>
|
||||||
<MudCollapse Expanded="@this.showEnterpriseConfigDetails">
|
<MudCollapse Expanded="@this.showEnterpriseConfigDetails">
|
||||||
<MudText Typo="Typo.body1" Class="ms-3 mt-2 mb-2">
|
<MudText Typo="Typo.body1" Class="mt-2 mb-2">
|
||||||
<div style="display: flex; align-items: center; gap: 8px;">
|
<div style="display: flex; align-items: center; gap: 8px;">
|
||||||
<MudIcon Icon="@Icons.Material.Filled.ArrowRightAlt"/>
|
<MudIcon Icon="@Icons.Material.Filled.ArrowRightAlt"/>
|
||||||
<span>@T("Enterprise configuration ID:") @this.currentEnvironment.ConfigurationId</span>
|
<span>@T("Enterprise configuration ID:") @this.currentEnvironment.ConfigurationId</span>
|
||||||
@ -60,7 +60,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</MudText>
|
</MudText>
|
||||||
|
|
||||||
<MudText Typo="Typo.body1" Class="ms-3 mt-2 mb-2">
|
<MudText Typo="Typo.body1" Class="mt-2 mb-2">
|
||||||
<div style="display: flex; align-items: center; gap: 8px;">
|
<div style="display: flex; align-items: center; gap: 8px;">
|
||||||
<MudIcon Icon="@Icons.Material.Filled.ArrowRightAlt"/>
|
<MudIcon Icon="@Icons.Material.Filled.ArrowRightAlt"/>
|
||||||
<span>@T("Configuration server:") @this.currentEnvironment.ConfigurationServerUrl</span>
|
<span>@T("Configuration server:") @this.currentEnvironment.ConfigurationServerUrl</span>
|
||||||
@ -75,7 +75,7 @@
|
|||||||
@T("AI Studio runs with an enterprise configuration and a configuration server. The configuration plugin is active.")
|
@T("AI Studio runs with an enterprise configuration and a configuration server. The configuration plugin is active.")
|
||||||
</MudText>
|
</MudText>
|
||||||
<MudCollapse Expanded="@this.showEnterpriseConfigDetails">
|
<MudCollapse Expanded="@this.showEnterpriseConfigDetails">
|
||||||
<MudText Typo="Typo.body1" Class="ms-3 mt-2 mb-2 ml-4">
|
<MudText Typo="Typo.body1" Class="mt-2 mb-2 ml-4">
|
||||||
<div style="display: flex; align-items: center; gap: 8px;">
|
<div style="display: flex; align-items: center; gap: 8px;">
|
||||||
<MudIcon Icon="@Icons.Material.Filled.ArrowRightAlt"/>
|
<MudIcon Icon="@Icons.Material.Filled.ArrowRightAlt"/>
|
||||||
<span>@T("Enterprise configuration ID:") @this.currentEnvironment.ConfigurationId</span>
|
<span>@T("Enterprise configuration ID:") @this.currentEnvironment.ConfigurationId</span>
|
||||||
@ -83,7 +83,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</MudText>
|
</MudText>
|
||||||
|
|
||||||
<MudText Typo="Typo.body1" Class="ms-3 mt-2 mb-2 ml-4">
|
<MudText Typo="Typo.body1" Class="mt-2 mb-2 ml-4">
|
||||||
<div style="display: flex; align-items: center; gap: 8px;">
|
<div style="display: flex; align-items: center; gap: 8px;">
|
||||||
<MudIcon Icon="@Icons.Material.Filled.ArrowRightAlt"/>
|
<MudIcon Icon="@Icons.Material.Filled.ArrowRightAlt"/>
|
||||||
<span>@T("Configuration server:") @this.currentEnvironment.ConfigurationServerUrl</span>
|
<span>@T("Configuration server:") @this.currentEnvironment.ConfigurationServerUrl</span>
|
||||||
@ -91,7 +91,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</MudText>
|
</MudText>
|
||||||
|
|
||||||
<MudText Typo="Typo.body1" Class="ms-3 mt-2 mb-2">
|
<MudText Typo="Typo.body1" Class="mt-2 mb-2">
|
||||||
<div style="display: flex; align-items: center; gap: 8px;">
|
<div style="display: flex; align-items: center; gap: 8px;">
|
||||||
<MudIcon Icon="@Icons.Material.Filled.ArrowRightAlt"/>
|
<MudIcon Icon="@Icons.Material.Filled.ArrowRightAlt"/>
|
||||||
<span>@T("Configuration plugin ID:") @this.configPlug!.Id</span>
|
<span>@T("Configuration plugin ID:") @this.configPlug!.Id</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user