mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-13 17:22:56 +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: {},
|
||||
step: 'setup',
|
||||
extra_args: {
|
||||
server_name: 'algo2',
|
||||
server_name: 'algo',
|
||||
ondemand_cellular: false,
|
||||
ondemand_wifi: false,
|
||||
dns_adblocking: false,
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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 />
|
||||
|
|
Loading…
Add table
Reference in a new issue