mirror of
https://github.com/xevidos/codiad.git
synced 2024-11-11 05:36:34 +01:00
11 lines
506 B
HTML
Executable File
11 lines
506 B
HTML
Executable File
<div class="git_new_remote_area">
|
|
<div class="content">
|
|
<label>New remote</label>
|
|
<input type="text" id="remote_name" placeholder="Remote name">
|
|
<input type="text" id="remote_url" placeholder="Remote url">
|
|
</div>
|
|
<footer>
|
|
<button onclick="codiad.CodeGit.showDialog('remote', codiad.CodeGit.location); return false;">Close</button>
|
|
<button onclick="codiad.CodeGit.newRemote(codiad.CodeGit.location); return false;">New remote</button>
|
|
</footer>
|
|
</div> |