mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-06 20:13:11 +02:00
Minor updates
This commit is contained in:
parent
7d2ddffcd7
commit
6a72539305
3 changed files with 3 additions and 3 deletions
|
@ -115,7 +115,7 @@
|
||||||
playbook: {},
|
playbook: {},
|
||||||
step: 'setup',
|
step: 'setup',
|
||||||
extra_args: {
|
extra_args: {
|
||||||
server_name: 'algo2',
|
server_name: 'algo',
|
||||||
ondemand_cellular: false,
|
ondemand_cellular: false,
|
||||||
ondemand_wifi: false,
|
ondemand_wifi: false,
|
||||||
dns_adblocking: false,
|
dns_adblocking: false,
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
name="do_token"
|
name="do_token"
|
||||||
v-bind:disabled="ui_loading_check"
|
v-bind:disabled="ui_loading_check"
|
||||||
v-model="do_token"
|
v-model="do_token"
|
||||||
@blur="load_regions"
|
v-on:blur="load_regions"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<region-select v-model="region"
|
<region-select v-model="region"
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
title="http://docs.aws.amazon.com/general/latest/gr/managing-aws-access-keys.html"
|
title="http://docs.aws.amazon.com/general/latest/gr/managing-aws-access-keys.html"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer noopener"
|
rel="noreferrer noopener"
|
||||||
class="badge bagde-pill badge-primary"
|
class="badge badge-pill badge-primary"
|
||||||
>?</a
|
>?</a
|
||||||
>
|
>
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Add table
Reference in a new issue