Skip to content

Commit ab6c1a4

Browse files
author
OpenShift Bot
authored
Merge pull request #960 from spadgett/about-menu-tweaks
Merged by openshift-bot
2 parents c419269 + 3148631 commit ab6c1a4

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/scripts/extensions/nav/dropdownMobile.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,17 @@ angular.module('openshiftConsole')
1717
type: 'dom',
1818
node: [
1919
'<li>',
20-
'<a href="about">',
21-
'<span class="pficon pficon-info fa-fw" aria-hidden="true"></span> About',
20+
'<a href="command-line">',
21+
'<span class="fa fa-terminal" aria-hidden="true"></span> Command Line Tools',
2222
'</a>',
2323
'</li>'
2424
].join('')
2525
}, {
2626
type: 'dom',
2727
node: [
2828
'<li>',
29-
'<a href="command-line">',
30-
'<span class="fa fa-terminal" aria-hidden="true"></span> Command Line Tools',
29+
'<a href="about">',
30+
'<span class="pficon pficon-info fa-fw" aria-hidden="true"></span> About',
3131
'</a>',
3232
'</li>'
3333
].join('')

dist/scripts/scripts.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -14307,10 +14307,10 @@ type:"dom",
1430714307
node:[ "<li>", "<a href=\"{{'default' | helpLink}}\">", '<span class="fa fa-book fa-fw" aria-hidden="true"></span> Documentation', "</a>", "</li>" ].join("")
1430814308
}, {
1430914309
type:"dom",
14310-
node:[ "<li>", '<a href="about">', '<span class="pficon pficon-info fa-fw" aria-hidden="true"></span> About', "</a>", "</li>" ].join("")
14310+
node:[ "<li>", '<a href="command-line">', '<span class="fa fa-terminal" aria-hidden="true"></span> Command Line Tools', "</a>", "</li>" ].join("")
1431114311
}, {
1431214312
type:"dom",
14313-
node:[ "<li>", '<a href="command-line">', '<span class="fa fa-terminal" aria-hidden="true"></span> Command Line Tools', "</a>", "</li>" ].join("")
14313+
node:[ "<li>", '<a href="about">', '<span class="pficon pficon-info fa-fw" aria-hidden="true"></span> About', "</a>", "</li>" ].join("")
1431414314
}, {
1431514315
type:"dom",
1431614316
node:_.template([ "<li>", '<a href="logout">', '<span class="pficon pficon-user fa-fw" aria-hidden="true"></span>', 'Log out <span class="username"><%= userName %></span>', "</a>", "</li>" ].join(""))({

0 commit comments

Comments
 (0)