Skip to content

Commit

Permalink
Merge pull request #235 from crawlab-team/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
wo10378931 authored Sep 30, 2019
2 parents aeeab51 + 5db9359 commit 12922db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "crawlab",
"version": "0.2.3",
"version": "0.3.2",
"private": true,
"scripts": {
"serve": "vue-cli-service serve --ip=0.0.0.0 --mode=development",
Expand Down
3 changes: 3 additions & 0 deletions frontend/src/views/layout/components/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
<i class="el-icon-arrow-down el-icon--right"></i>
</span>
<el-dropdown-menu slot="dropdown" class="user-dropdown">
<el-dropdown-item>
<span style="display:block;">v0.3.2</span>
</el-dropdown-item>
<el-dropdown-item>
<span style="display:block;" @click="logout">{{$t('Logout')}}</span>
</el-dropdown-item>
Expand Down

0 comments on commit 12922db

Please sign in to comment.