Skip to content

Commit

Permalink
Fix instruction message.
Browse files Browse the repository at this point in the history
  • Loading branch information
junalmeida committed May 4, 2017
1 parent d145928 commit 4d7aa57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/dist/app/core/global-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ <h2>Configure Dash-CI</h2>
<md-input-container flex="60">
<label>Tfs Host and Collection:</label>
<input ng-model="ctrl.vm.tfs.host" placeholder="https://username.visualstudio.com/DefaultCollection" type="text" />
<div class="hint"><a href="#" onclick="javascript: return false;" title="Start tfs-on-premise-ntlm.exe and type here the following url: http://localhost/Temporary_Listen_Addresses/dash-ci/api/[http|https]/yourhost/tfs/DefaultCollection" target="_blank">How to use TFS 2015 on-premise?</a></div>
</md-input-container>
<md-input-container flex="40">
<label>Tfs Personal Private Key:</label>
Expand Down
2 changes: 1 addition & 1 deletion src/app/core/global-config.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>Configure Dash-CI</h2>
<md-input-container flex="60">
<label>Tfs Host and Collection:</label>
<input ng-model="ctrl.vm.tfs.host" placeholder="https://username.visualstudio.com/DefaultCollection" type="text" />
<div class="hint"><a href="#" onclick="javascript: return false;" title="Start tfs-on-premise-ntlm.exe and type here the following url: http://localhost/Temporary_Listen_Addresses/dash-ci/api/[http|https]/yourhost/tfs/DefaultCollection" target="_blank">How to use TFS 2015 on-premise?</a></div>
<div class="hint"><a href="#" onclick="javascript: return false;" title="Start tfs-on-premise-ntlm.exe, run this web client from the tray, and type here the following url: http://localhost/Temporary_Listen_Addresses/dash-ci/api/[http|https]/yourhost/tfs/DefaultCollection" target="_blank">How to use TFS 2015 on-premise?</a></div>
</md-input-container>
<md-input-container flex="40">
<label>Tfs Personal Private Key:</label>
Expand Down

0 comments on commit 4d7aa57

Please sign in to comment.