Formatting of trangaTask string with fixed-with instead of tabs
This commit is contained in:
parent
e54e83c2ae
commit
086d72565a
@ -56,6 +56,6 @@ public class TrangaTask
|
||||
|
||||
public override string ToString()
|
||||
{
|
||||
return $"{task}\t{lastExecuted}\t{reoccurrence}\t{state}\t{connectorName}\t{publication?.sortName}";
|
||||
return $"{task,-20} {lastExecuted,-20} {reoccurrence,-12} {state,-10} {connectorName,-15} {publication?.sortName}";
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user