Skip to content

Commit

Permalink
Better layout of local directory select in custom repository modal
Browse files Browse the repository at this point in the history
  • Loading branch information
james-strauss-uwa committed Oct 31, 2024
1 parent c484a57 commit 159ccbe
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions templates/modals.html
Original file line number Diff line number Diff line change
Expand Up @@ -273,9 +273,17 @@ <h5 class="alert-heading">NOTE:</h5>
</div>
</div>
<div id="gitCustomRepositoryModalSectionLocal">
<span>Select Local Directory</span>
<input type="text" class="form-control" id="gitCustomRepositoryModalDirectoryNameInput" placeholder="" readonly>
<button type="button" class="btn btn-primary" id="gitCommitModalLocalDirectoryButton" data-bind="click: $root.repositories().addLocalDirectory">Select</button>
<div class="row">
<div class="col-3">
<span>Directory *</span>
</div>
<div class="col-9">
<div class="input-group mb-3">
<input type="text" class="form-control" id="gitCustomRepositoryModalDirectoryNameInput" placeholder="" readonly>
<button type="button" class="btn btn-primary" id="gitCommitModalLocalDirectoryButton" data-bind="click: $root.repositories().addLocalDirectory">Select</button>
</div>
</div>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 159ccbe

Please sign in to comment.