Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Schwan <carl@carlschwan.eu>2022-02-03 20:00:12 +0300
committerCarl Schwan <carl@carlschwan.eu>2022-02-03 20:00:12 +0300
commit1ac1b1b5935e2cf33709e9607bf65c06ceea447c (patch)
tree03578e52a85a1de1d8a08df5ce58194e4d77692f /webpack.modules.js
parentd635d58d19d5ab65c0be754fc32fce99672c249f (diff)
Fix JS for delegation admin not being generated
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Diffstat (limited to 'webpack.modules.js')
-rw-r--r--webpack.modules.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.modules.js b/webpack.modules.js
index 9fdef9d570b..cfa2ec31914 100644
--- a/webpack.modules.js
+++ b/webpack.modules.js
@@ -73,6 +73,7 @@ module.exports = {
settings: {
'vue-settings-apps-users-management': path.join(__dirname, 'apps/settings/src', 'main-apps-users-management.js'),
'vue-settings-admin-security': path.join(__dirname, 'apps/settings/src', 'main-admin-security.js'),
+ 'vue-settings-admin-delegation': path.join(__dirname, 'apps/settings/src', 'main-admin-delegation.js'),
'vue-settings-personal-security': path.join(__dirname, 'apps/settings/src', 'main-personal-security.js'),
'vue-settings-personal-webauthn': path.join(__dirname, 'apps/settings/src', 'main-personal-webauth.js'),
'vue-settings-nextcloud-pdf': path.join(__dirname, 'apps/settings/src', 'main-nextcloud-pdf.js'),