chore: add padding bottom to global caddy config editor
All checks were successful
Caddy Manager CI build / docker (push) Successful in 1m0s
All checks were successful
Caddy Manager CI build / docker (push) Successful in 1m0s
This commit is contained in:
@@ -3,19 +3,21 @@
|
|||||||
|
|
||||||
<PageTitle>Global Caddyfile</PageTitle>
|
<PageTitle>Global Caddyfile</PageTitle>
|
||||||
|
|
||||||
<MudCard>
|
<MudContainer Class="pb-10">
|
||||||
<MudCardHeader>
|
<MudCard>
|
||||||
<MudText Typo="Typo.h6">
|
<MudCardHeader>
|
||||||
Global Caddyfile
|
<MudText Typo="Typo.h6">
|
||||||
</MudText>
|
Global Caddyfile
|
||||||
</MudCardHeader>
|
</MudText>
|
||||||
<MudCardContent>
|
</MudCardHeader>
|
||||||
<MudText Typo="Typo.caption" Class="pl-4">File content</MudText>
|
<MudCardContent>
|
||||||
<StandaloneCodeEditor @ref="_codeEditor" ConstructionOptions="@EditorConstructionOptions"
|
<MudText Typo="Typo.caption" Class="pl-4">File content</MudText>
|
||||||
CssClass="caddy-file-editor global-caddy mt-1"></StandaloneCodeEditor>
|
<StandaloneCodeEditor @ref="_codeEditor" ConstructionOptions="@EditorConstructionOptions"
|
||||||
</MudCardContent>
|
CssClass="caddy-file-editor global-caddy mt-1"></StandaloneCodeEditor>
|
||||||
<MudCardActions Class="pb-4 pr-4 d-flex flex-row-reverse gap-4">
|
</MudCardContent>
|
||||||
<MudButton Color="Color.Primary" OnClick="Submit">Save</MudButton>
|
<MudCardActions Class="pb-4 pr-4 d-flex flex-row-reverse gap-4">
|
||||||
<MudButton OnClick="Cancel">Cancel</MudButton>
|
<MudButton Color="Color.Primary" OnClick="Submit">Save</MudButton>
|
||||||
</MudCardActions>
|
<MudButton OnClick="Cancel">Cancel</MudButton>
|
||||||
</MudCard>
|
</MudCardActions>
|
||||||
|
</MudCard>
|
||||||
|
</MudContainer>
|
||||||
Reference in New Issue
Block a user