We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 136d9e7 commit 53126cdCopy full SHA for 53126cd
1 file changed
ui/scripts/ui/core.js
@@ -246,13 +246,13 @@
246
// User options
247
var $options = $('<div>').attr({ id: 'user-options' })
248
.appendTo($('#header'));
249
- $(['Logout', 'Help']).each(function() {
+ $(['label.logout', 'label.help']).each(function() {
250
var $link = $('<a>')
251
.attr({ href: '#' })
252
.html(_l(this.toString()))
253
.appendTo($options);
254
255
- if (this == 'Help') {
+ if (this == 'label.help') {
256
$link.click(function() {
257
var helpURL = 'http://docs.cloud.com/CloudStack_Documentation';
258
0 commit comments