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.js10
1 files changed, 10 insertions, 0 deletions
diff --git a/install/ui/src/freeipa/widgets/App.js b/install/ui/src/freeipa/widgets/App.js
index e210355a8..f44ecaf56 100644
--- a/install/ui/src/freeipa/widgets/App.js
+++ b/install/ui/src/freeipa/widgets/App.js
@@ -193,6 +193,8 @@ define(['dojo/_base/declare',
this.emit('logout-click');
} else if (item.name == 'password_reset') {
this.emit('password-reset-click');
+ } else if (item.name == 'about') {
+ this.emit('about-click');
}
},
@@ -217,6 +219,14 @@ define(['dojo/_base/declare',
'class': 'divider'
},
{
+ name: 'about',
+ label: 'About',
+ icon: 'fa-question'
+ },
+ {
+ 'class': 'divider'
+ },
+ {
name: 'logout',
label: 'Logout',
icon: 'fa-sign-out'