mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-24 05:35:00 +00:00
ux: tooltip of commit signing status icon
* do NOT show signer if it is not available * new tooltip style Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
parent
4e87b25765
commit
195325187d
3 changed files with 23 additions and 10 deletions
|
@ -26,7 +26,7 @@
|
|||
return new Models.CommitSignInfo()
|
||||
{
|
||||
VerifyResult = lines[0][0],
|
||||
Signer = string.IsNullOrEmpty(lines[1]) ? "<UnKnown>" : lines[1],
|
||||
Signer = lines[1],
|
||||
Key = lines[2]
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue