added landing page to client properties
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
@@ -17,21 +17,25 @@
|
||||
<legend>Settings</legend>
|
||||
<table>
|
||||
<tr>
|
||||
<th>client id</th>
|
||||
<td><input type="text" size="50" id="client-id"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>client name</th>
|
||||
<th>Client Name</th>
|
||||
<td><input type="text" size="50" id="client-name"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>client secret</th>
|
||||
<th>Client ID</th>
|
||||
<td><input type="text" size="50" id="client-id"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Client Secret</th>
|
||||
<td><input type="text" size="50" id="client-secret"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>redirect urls</th>
|
||||
<th>Redirect URLs</th>
|
||||
<td><textarea cols="50" rows="5" id="redirect-urls"></textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>Landing page</th>
|
||||
<td><input type="text" size="50" id="landing-page" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td><button id="button" type="button" onclick="addClient()">Add client</button></td>
|
||||
|
||||
Reference in New Issue
Block a user