Public Access
Merge branch 'claude/groups-vault-sharing-e4b154'
# Conflicts: # src/DodoSSH.Client.Shell/ViewModels/VaultViewModel.cs
This commit is contained in:
@@ -332,6 +332,17 @@
|
||||
</Grid>
|
||||
<TextBlock Text="{Binding Description}" FontSize="11"
|
||||
Foreground="{StaticResource TextFaint}" />
|
||||
<!--
|
||||
Which vault this group is in, on the same rule and in the same place as the host
|
||||
card's: only where there is more than one vault to be in. It matters more on a
|
||||
folder than on a machine — two vaults may each hold a "production", and without
|
||||
this the cards are two identical folders side by side, one of which a colleague
|
||||
can read. It is also what says a group is shared at all.
|
||||
-->
|
||||
<TextBlock Classes="mono" Text="{Binding VaultBadge}" FontSize="10"
|
||||
Foreground="{StaticResource TextFaint}"
|
||||
TextTrimming="CharacterEllipsis"
|
||||
IsVisible="{Binding HasVaultBadge}" />
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
</Border>
|
||||
|
||||
Reference in New Issue
Block a user