forked from deblan/side_menu
Merge pull request 'fix #425: allow to set a color using hex code' (#427) from feature/issue425-colorpicker into develop
Reviewed-on: deblan/side_menu#427
This commit is contained in:
commit
7485a5b349
2 changed files with 4 additions and 1 deletions
|
|
@ -1,6 +1,8 @@
|
|||
## [Unreleased]
|
||||
|
||||
## 5.0.4
|
||||
## 5.1.0
|
||||
### Added
|
||||
* fix #425: allow to set a color using hex code
|
||||
### Fixed
|
||||
* #422: usage of `OC\AppFramework\Http\Request` instead of `$_SERVER`
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
<template>
|
||||
<NcColorPicker
|
||||
v-model="model"
|
||||
:advancedFields="true"
|
||||
class="cm-settings-form-colorpicker"
|
||||
>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue