Skip to content

Commit

Permalink
💄 : change bootstrap css class for module screen
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubuisson committed Aug 1, 2019
1 parent 4422174 commit 52065e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/resources/templates/module.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ <h2>Module {{module.name}}</h2>
<div class="block_content">
<form v-on:submit.prevent="post">
<div class="form-row">
<div class="form-group col-11">
<div class="form-group col-md-11">
<label for="name">Name</label>
<input type="text" class="form-control" id="name" v-model="module.name">
</div>
<div class="form-group col-1">
<div class="form-group col-md-1">
<label for="cliVersion">CLI Version</label>
<b-form-select class="form-control" id="cliVersion" v-model="module.cliVersion" :options="versions"></b-form-select>
</div>
Expand Down

0 comments on commit 52065e0

Please sign in to comment.