Skip to content

Commit

Permalink
flex layout for setup dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
The0zzy committed Oct 26, 2023
1 parent 0e8d925 commit 12b6abd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 43 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@
";" +
pluginData.repository.full_name +
'">' +
pluginData.repository.full_name +
pluginData.repository.name +
"</option>";
setupForm.repository.disabled = true;
setupForm.branch.value = pluginData.repository.branch;
Expand Down
36 changes: 6 additions & 30 deletions resources/setupDialog.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 0 additions & 12 deletions resources/setupDialog.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,6 @@
<div id="status_indicator_filepath" class="statusIndicator"></div>
</td>
</tr>
<tr>
<td>
<label for="list_org_repo">
List Organization repositories
<input
id="list_org_repo"
name="list_org_repo"
type="checkbox"
/>
</label>
</td>
</tr>
</table>
<input
type="checkbox"
Expand Down

0 comments on commit 12b6abd

Please sign in to comment.