summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/widgets/App.js
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/src/freeipa/widgets/App.js')
-rw-r--r--install/ui/src/freeipa/widgets/App.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/widgets/App.js b/install/ui/src/freeipa/widgets/App.js
index 21e51a705..68b78c7c4 100644
--- a/install/ui/src/freeipa/widgets/App.js
+++ b/install/ui/src/freeipa/widgets/App.js
@@ -234,6 +234,8 @@ define(['dojo/_base/declare',
this.emit('logout-click');
} else if (item.name == 'password_reset') {
this.emit('password-reset-click');
+ } else if (item.name == 'configuration') {
+ this.emit('configuration-click');
} else if (item.name == 'about') {
this.emit('about-click');
}
@@ -265,6 +267,11 @@ define(['dojo/_base/declare',
'class': 'divider'
},
{
+ name: 'configuration',
+ label: 'Customization',
+ icon: 'fa-gear'
+ },
+ {
name: 'about',
label: 'About',
icon: 'fa-question'