mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-17 09:07:48 +00:00
Model changes
This commit is contained in:
@@ -164,8 +164,7 @@ pub async fn cmd_admin(
|
||||
let mut table = vec![];
|
||||
for alias in bl {
|
||||
if let Some(p) = alias.state.get().as_option() {
|
||||
let wflag = if p.website_access { "W" } else { " " };
|
||||
table.push(format!("{}\t{}\t{:?}", wflag, alias.name, p.bucket_id));
|
||||
table.push(format!("\t{}\t{:?}", alias.name, p.bucket_id));
|
||||
}
|
||||
}
|
||||
format_table(table);
|
||||
|
||||
Reference in New Issue
Block a user