Skip to content

Commit 63ddbe0

Browse files
committed
Complete footer toolbar in AddFileDialog #8060
1 parent 3d2f9cd commit 63ddbe0

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

apps/legit/view/AddFileDialog.mjs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,13 @@ class AddFileDialog extends Dialog {
4343
labelText: 'File Path'
4444
}]
4545
}, {
46-
46+
module: Toolbar,
47+
flex : 'none',
48+
items : ['->', {
49+
module : Button,
50+
iconCls: 'fa fa-cloud-upload',
51+
text : 'Save'
52+
}]
4753
}]
4854
}
4955
}

0 commit comments

Comments
 (0)