ux: move tag to the right of hostname
All checks were successful
Caddy Manager CI build / docker (push) Successful in 57s
All checks were successful
Caddy Manager CI build / docker (push) Successful in 57s
This commit is contained in:
@@ -7,6 +7,20 @@
|
||||
<MudIcon Icon="@Icons.Custom.FileFormats.FileCode"></MudIcon>
|
||||
<MudText>@ConfigurationInfo.FileName</MudText>
|
||||
<MudSpacer/>
|
||||
<MudTooltip Delay="0" Placement="Placement.Left">
|
||||
<ChildContent>
|
||||
<MudChip T="string" Variant="Variant.Outlined">@ConfigurationInfo.ReverseProxyHostname</MudChip>
|
||||
</ChildContent>
|
||||
<TooltipContent>
|
||||
@if (ConfigurationInfo.AggregatedReverseProxyPorts?.Count > 0)
|
||||
{
|
||||
@foreach (var port in ConfigurationInfo.AggregatedReverseProxyPorts.OrderBy(p => p))
|
||||
{
|
||||
<MudText Align="Align.Start">⏵ @port</MudText>
|
||||
}
|
||||
}
|
||||
</TooltipContent>
|
||||
</MudTooltip>
|
||||
@if (ConfigurationInfo.Tags.Count > 0)
|
||||
{
|
||||
<MudTooltip Delay="0" Placement="Placement.Left">
|
||||
@@ -22,20 +36,6 @@
|
||||
</TooltipContent>
|
||||
</MudTooltip>
|
||||
}
|
||||
<MudTooltip Delay="0" Placement="Placement.Left">
|
||||
<ChildContent>
|
||||
<MudChip T="string" Variant="Variant.Outlined">@ConfigurationInfo.ReverseProxyHostname</MudChip>
|
||||
</ChildContent>
|
||||
<TooltipContent>
|
||||
@if (ConfigurationInfo.AggregatedReverseProxyPorts?.Count > 0)
|
||||
{
|
||||
@foreach (var port in ConfigurationInfo.AggregatedReverseProxyPorts.OrderBy(p => p))
|
||||
{
|
||||
<MudText Align="Align.Start">⏵ @port</MudText>
|
||||
}
|
||||
}
|
||||
</TooltipContent>
|
||||
</MudTooltip>
|
||||
<MudTooltip Delay="0" Placement="Placement.Left">
|
||||
<ChildContent>
|
||||
<MudChip T="string" Variant="Variant.Outlined" Style="width: 80px;"
|
||||
|
||||
Reference in New Issue
Block a user