mirror of
https://github.com/jc21/nginx-proxy-manager.git
synced 2024-08-30 18:22:48 +00:00
Whoops, missing comma
This commit is contained in:
parent
83ef426b93
commit
44e5f0957c
@ -12,7 +12,7 @@ require('selectize');
|
|||||||
module.exports = Mn.View.extend({
|
module.exports = Mn.View.extend({
|
||||||
template: template,
|
template: template,
|
||||||
className: 'modal-dialog',
|
className: 'modal-dialog',
|
||||||
max_file_size: 102400
|
max_file_size: 102400,
|
||||||
|
|
||||||
ui: {
|
ui: {
|
||||||
form: 'form',
|
form: 'form',
|
||||||
|
Loading…
Reference in New Issue
Block a user