Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
summerisgone committed Jul 6, 2021
1 parent 7d2ddff commit 6a72539
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ <h1 class="mb-5 text-center" v-if="step === 'status-exit'">
playbook: {},
step: 'setup',
extra_args: {
server_name: 'algo2',
server_name: 'algo',
ondemand_cellular: false,
ondemand_wifi: false,
dns_adblocking: false,
Expand Down
2 changes: 1 addition & 1 deletion app/static/provider-do.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
name="do_token"
v-bind:disabled="ui_loading_check"
v-model="do_token"
@blur="load_regions"
v-on:blur="load_regions"
/>
</div>
<region-select v-model="region"
Expand Down
2 changes: 1 addition & 1 deletion app/static/provider-ec2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
title="http://docs.aws.amazon.com/general/latest/gr/managing-aws-access-keys.html"
target="_blank"
rel="noreferrer noopener"
class="badge bagde-pill badge-primary"
class="badge badge-pill badge-primary"
>?</a
>
<br />
Expand Down

0 comments on commit 6a72539

Please sign in to comment.