Skip to content

Commit

Permalink
Merge pull request #16 from vidar-team/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
wuhan005 authored Aug 31, 2020
2 parents 2540d34 + 747ef9e commit 026156c
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 50 deletions.
94 changes: 47 additions & 47 deletions dist/dist_gen.go

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions src/views/Challenge.vue
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
Title: '',
BaseScore: 1000,
AutoRefreshFlag: false,
Command: 'cat {{FLAG}} > /flag',
Command: 'echo {{FLAG}} > /flag',
},
editChallengeForm: {
Expand Down Expand Up @@ -130,7 +130,7 @@
Title: '',
BaseScore: 1000,
AutoRefreshFlag: false,
Command: 'cat {{FLAG}} > /flag',
Command: 'echo {{FLAG}} > /flag',
}
this.getChallenges()
this.$message({message: res, type: 'success'})
Expand Down
2 changes: 1 addition & 1 deletion src/views/GameBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</el-button>
<el-dropdown-menu slot="dropdown">
<el-dropdown-item command="remote-gamebox">添加外部靶机</el-dropdown-item>
<el-dropdown-item command="from-docker">从镜像部署靶机</el-dropdown-item>
<!-- <el-dropdown-item command="from-docker">从镜像部署靶机</el-dropdown-item>-->
</el-dropdown-menu>
</el-dropdown>
<el-button @click="testAllSSH" :loading="sshTesting">{{$t('gamebox.test_ssh')}}</el-button>
Expand Down

0 comments on commit 026156c

Please sign in to comment.