mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
Many fixes in UI
This commit is contained in:
@@ -170,7 +170,7 @@ impl std::fmt::Display for FsEntry {
|
||||
let datetime: String = time_to_str(dir.last_change_time, "%b %d %Y %M:%H");
|
||||
write!(
|
||||
f,
|
||||
"{:32}\t{:12}\t{:16}\t{:16}\t{:8}\t{:17}",
|
||||
"{:24}\t{:12}\t{:16}\t{:16}\t{:8}\t{:17}",
|
||||
dir.name.as_str(),
|
||||
mode,
|
||||
username,
|
||||
@@ -259,7 +259,7 @@ impl std::fmt::Display for FsEntry {
|
||||
let datetime: String = time_to_str(file.last_change_time, "%b %d %Y %M:%H");
|
||||
write!(
|
||||
f,
|
||||
"{:32}\t{:12}\t{:16}\t{:16}\t{:8}\t{:17}",
|
||||
"{:24}\t{:12}\t{:16}\t{:16}\t{:8}\t{:17}",
|
||||
file.name.as_str(),
|
||||
mode,
|
||||
username,
|
||||
@@ -352,7 +352,7 @@ impl std::fmt::Display for FsEntry {
|
||||
let datetime: String = time_to_str(dir.last_change_time, "%b %d %Y %M:%H");
|
||||
write!(
|
||||
f,
|
||||
"{:32}\t{:12}\t{:16}\t{:16}\t{:8}\t{:17}",
|
||||
"{:24}\t{:12}\t{:16}\t{:16}\t{:8}\t{:17}",
|
||||
dir.name.as_str(),
|
||||
mode,
|
||||
username,
|
||||
@@ -435,7 +435,7 @@ impl std::fmt::Display for FsEntry {
|
||||
let datetime: String = time_to_str(file.last_change_time, "%b %d %Y %M:%H");
|
||||
write!(
|
||||
f,
|
||||
"{:32}\t{:12}\t{:16}\t{:16}\t{:8}\t{:17}",
|
||||
"{:24}\t{:12}\t{:16}\t{:16}\t{:8}\t{:17}",
|
||||
file.name.as_str(),
|
||||
mode,
|
||||
username,
|
||||
|
||||
Reference in New Issue
Block a user