Skip to content

Commit 265d154

Browse files
committed
Add ability to hide token in cli tools page
1 parent 3d8c136 commit 265d154

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/command-line.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h1 id="cli">Command Line Tools</h1>
4848
<div ng-show="showSessionToken" class="alert alert-warning">
4949
<span class="pficon pficon-warning-triangle-o" aria-hidden="true"></span>
5050
<strong>A token is a form of a password.</strong>
51-
Do not share your API token.
51+
Do not share your API token. <a href="#" ng-click="toggleShowSessionToken()" ng-show="showSessionToken">Click to hide the token...</a>
5252
</div>
5353

5454
<p>After you login to your account you will get a list of projects that you can switch between:

dist/scripts/templates.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3881,7 +3881,7 @@ angular.module('openshiftConsoleTemplates', []).run(['$templateCache', function(
38813881
"<div ng-show=\"showSessionToken\" class=\"alert alert-warning\">\n" +
38823882
"<span class=\"pficon pficon-warning-triangle-o\" aria-hidden=\"true\"></span>\n" +
38833883
"<strong>A token is a form of a password.</strong>\n" +
3884-
"Do not share your API token.\n" +
3884+
"Do not share your API token. <a href=\"#\" ng-click=\"toggleShowSessionToken()\" ng-show=\"showSessionToken\">Click to hide the token...</a>\n" +
38853885
"</div>\n" +
38863886
"<p>After you login to your account you will get a list of projects that you can switch between:\n" +
38873887
"<pre class=\"code prettyprint\">oc project <i>project-name</i></pre>\n" +

0 commit comments

Comments
 (0)