Skip to content

Commit

Permalink
Closes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-markussen committed Oct 20, 2023
1 parent 03a3f8a commit 65573db
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/yoda-admin.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,13 @@ <h4>GitHub user and token</h4>
<div class="field">
<label>GitHub user</label>
<input type="text" size="25" id="user">
<span class="tooltip">Your GitHub user id.</span>
</div>

<div class="field">
<label>GitHub token</label>
<input type="text" size="45" id="token">
<span class="tooltip">A personal GitHub token associated with your GitHub user.</span>
</div>

<button id="updatetoken" onclick="updateToken()">Update token</button>
Expand All @@ -69,13 +71,13 @@ <h4>GitHub URL overwrites</h4>
<div class="field">
<label>GitHub API URL</label>
<input type="text" size="25" id="githubapibaseurl" onchange="setLocalStorage('gitHubApiBaseUrl', this.value)">
<span class="tooltip">GitHub API URL. Change to suite e.g. a GitHub Enterprise instance"</span>
<span class="tooltip">GitHub API URL. Change to suite e.g. a GitHub Enterprise instance.</span>
</div>

<div class="field">
<label>GitHub HTML URL</label>
<input type="text" size="25" id="githubbaseurl" onchange="setLocalStorage('gitHubBaseUrl', this.value)">
<span class="tooltip">GitHub (HTML) URL. Change to suite e.g. a GitHub Enterprise instance</span>
<span class="tooltip">GitHub (HTML) URL. Change to suite e.g. a GitHub Enterprise instance.</span>
</div>

<button id="setgithubcom" onclick="setGitHubCom()">Set github.com values</button>
Expand All @@ -90,6 +92,7 @@ <h4>Global Yoda defaults</h4>
<div class="field">
<label>Owner default</label>
<input type="text" size="25" id="owner" onchange="setLocalStorage('yoda.owner', this.value)">
<span class="tooltip">Default owner (organization or user) for which to scope repos.</span>
</div>

<div class="field">
Expand Down

0 comments on commit 65573db

Please sign in to comment.