Commit 948747f1 authored by Winnie Hellmann's avatar Winnie Hellmann

Display message when no matching board was found

parent c9dcc398
......@@ -246,6 +246,13 @@ export default {
class="dropdown-list js-dropdown-list"
@scroll.passive="throttledSetScrollFade"
>
<li
v-show="filteredBoards.length === 0"
class="dropdown-item no-pointer-events text-secondary"
>
{{ s__('IssueBoards|No matching boards found') }}
</li>
<li
v-for="otherBoard in filteredBoards"
:key="otherBoard.id"
......
......@@ -4849,6 +4849,9 @@ msgstr ""
msgid "IssueBoards|Delete board"
msgstr ""
msgid "IssueBoards|No matching boards found"
msgstr ""
msgid "IssueBoards|Some of your boards are hidden, activate a license to see them again."
msgstr ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment