summaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
authorYoshie Muranaka <yoshiemuranaka@gmail.com>2020-04-09 22:41:27 +0300
committerYoshie Muranaka <yoshiemuranaka@gmail.com>2020-04-25 01:48:35 +0300
commitc4e38abf5c31d77474d5287620d1ddc8089b6dae (patch)
tree9f606da745a8f8f30db41f9794c925cc9590fb37 /src/main.js
parent9e36f522b94511c1d77335493c09e68975db031c (diff)
downloadwebui-vue-c4e38abf5c31d77474d5287620d1ddc8089b6dae.tar.xz
Add LDAP page
Adds ability to enable LDAP service and modify LDAP and ActiveDirectory properties. Signed-off-by: Yoshie Muranaka <yoshiemuranaka@gmail.com> Change-Id: I59d65bba7f6fe321af395227ce2f7188d9c006b7
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js
index 5adc5efc..b59afd9a 100644
--- a/src/main.js
+++ b/src/main.js
@@ -17,6 +17,7 @@ import {
FormRadioPlugin,
FormSelectPlugin,
FormTagsPlugin,
+ InputGroupPlugin,
LayoutPlugin,
LinkPlugin,
ListGroupPlugin,
@@ -82,6 +83,7 @@ Vue.use(FormInputPlugin);
Vue.use(FormRadioPlugin);
Vue.use(FormSelectPlugin);
Vue.use(FormTagsPlugin);
+Vue.use(InputGroupPlugin);
Vue.use(LayoutPlugin);
Vue.use(LayoutPlugin);
Vue.use(LinkPlugin);