mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 22:16:22 +00:00
header
This commit is contained in:
parent
ef2589a4f1
commit
106029b48f
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
= t('.explanation', fqdn: @deploy_local.site.hostname)
|
||||
\
|
||||
= Terminal::Table.new do |table|
|
||||
- table << [t('.th.type'), t('.th.status'), t('.th.url'), t('.th.seconds')]
|
||||
- table << [t('.th.type'), t('.th.status'), t('.th.url'), t('.th.seconds'), t('.th.size')]
|
||||
- table.add_separator
|
||||
- @deploys.each_pair do |deploy, value|
|
||||
- table << [t(".#{deploy}.title"), value[:status] ? t(".#{deploy}.success") : t(".#{deploy}.error"), value[:url], distance_of_time_in_words(value[:seconds].seconds), number_to_human_size(value[:size], precision: 2)]
|
||||
|
|
Loading…
Reference in a new issue