mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-07 23:00:55 +03:00
template fsconfig.html: using string provider name in onFilesystemChanged()
This commit is contained in:
committed by
Nicola Murino
parent
fd4c388b23
commit
13f23838a1
@@ -635,7 +635,7 @@
|
||||
return true;
|
||||
});
|
||||
|
||||
onFilesystemChanged('{{.User.FsConfig.Provider}}');
|
||||
onFilesystemChanged('{{.User.FsConfig.Provider.Name}}');
|
||||
|
||||
$("body").on("click", ".add_new_pk_field_btn", function () {
|
||||
var index = $(".form_field_pk_outer").find(".form_field_pk_outer_row").length;
|
||||
|
||||
Reference in New Issue
Block a user