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:
parent
7206f721f4
commit
9987d29b7b
4 changed files with 715 additions and 701 deletions
|
@ -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');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue