Skip to content

Commit c58ccac

Browse files
authored
Update partnerlogin.html
Added connection details
1 parent 6c0a6e6 commit c58ccac

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Partners/partnerlogin.html

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,14 @@ <h1>Coding Hut Partner Dashboard Login</h1>
1717
<br><br>
1818
<label for="plkey">Partner Login Key:</label><br>
1919
<input type="text" id="plkey" name="plkey" required>
20-
<br>
20+
<br><br>
21+
<b>System & Connection Details:</b>
22+
<label for="version">Version of Partner Dashboard to connect to:</label>
23+
<select id="version" name="version" readonly>
24+
<option value="1.0-beta">1.0 BETA</option>
25+
<option value="1.0">1.0 GENERAL</option>
26+
</select>
27+
<br>
2128
<input type="submit" value="Sign In">
2229
</form>
2330
</body></html>

0 commit comments

Comments
 (0)