1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 15:49:44 +02:00

Provide UI to configure Trello connector

This commit is contained in:
HarveyKandola 2018-08-09 15:31:36 +01:00
parent 7206f721f4
commit 9987d29b7b
4 changed files with 715 additions and 701 deletions

View file

@ -27,6 +27,10 @@ export default Component.extend(SectionMixin, NotifierMixin, TooltipMixin, {
boards: null,
noBoards: false,
appKey: "",
trelloConfigured: computed('config.board', function () {
return is.not.empty(this.get('appKey'));
}),
boardStyle: computed('config.board', function () {
let board = this.get('config.board');