Skip to content

Commit

Permalink
add missing template
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-aires committed Mar 9, 2022
1 parent 5973083 commit 3cbc118
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/views/backup.slang
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
h4 Database details

table
thead
tr
th Size
th File
tbody
- du_output.split("\n").each do |line|
tr
- line.split("\t").each do |field|
td= field

p Perform backup?

form method="post" action=Jobs.bkp_db
p
a.btn class=tone href=Jobs.index Cancel
p
input.btn.solid type="submit" class=tone value="Start"

0 comments on commit 3cbc118

Please sign in to comment.