Merge branch 'fix/remove-dashboard' into 'master'

Remove "dashboard" from menu

Closes #25

See merge request pleroma/admin-fe!36
This commit is contained in:
Maxim Filippov 2019-08-15 12:22:15 +00:00
commit c6f7060bd6
2 changed files with 14 additions and 6 deletions

View file

@ -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

View file

@ -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>