Skip to content
Snippets Groups Projects
Commit 19874757 authored by Maxim Filippov's avatar Maxim Filippov :new_moon_with_face:
Browse files

Remove "dashboard" from menu

parent 35e155ec
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,20 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
### Changed
- removes "Dashboard" from dropdown menu
### Fixed
- fixes inputs for renders_errors and rewrite_policy settings
- removes unnecessary computed properties
- enables source maps for production build
## [1.0.1] - 2019-08-15
### Fixed
- fixes inputs for renders_errors and rewrite_policy settings
......
......@@ -7,12 +7,7 @@
<img :src="avatar+'?imageView2/1/w/80/h/80'" class="user-avatar">
</div>
<el-dropdown-menu slot="dropdown">
<router-link to="/">
<el-dropdown-item>
{{ $t('navbar.dashboard') }}
</el-dropdown-item>
</router-link>
<el-dropdown-item divided>
<el-dropdown-item>
<span style="display:block;" @click="logout">{{ $t('navbar.logOut') }}</span>
</el-dropdown-item>
</el-dropdown-menu>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment