template fsconfig.html: using string provider name in onFilesystemChanged()

This commit is contained in:
Manuel Reithuber
2021-06-05 18:29:34 +02:00
committed by Nicola Murino
parent fd4c388b23
commit 13f23838a1
3 changed files with 8 additions and 8 deletions

View File

@@ -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;