Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
62b54b00
Commit
62b54b00
authored
Nov 17, 2020
by
janis.streib
🦉
Browse files
UPD: always show search help
parent
8bbc8aeb
Pipeline
#118551
passed with stages
in 12 minutes and 18 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/GlobalSearch.vue
View file @
62b54b00
...
...
@@ -24,7 +24,7 @@
</b-form-group>
</transition>
<b-popover
custom-class=
"popover-wide suggestions-popover shadow"
:show=
"(
cutDescriminator() !== '' &&
search_has_focus) || searching !== 0"
:show=
"(search_has_focus) || searching !== 0"
target=
"search"
placement=
"bottom"
>
<div
class=
"suggestions-wrapper"
>
<div
v-if=
"getSearchDiscriminator()"
class=
"text-center suggestion p-3"
><i>
Globale Suche
...
...
@@ -49,13 +49,13 @@
<div
v-if=
"searching === 0 && suggestions && suggestions.length === 0"
class=
"font-italic text-center p-3"
>
Keine Ergebnisse
<template
v-if=
"search_input != last_search && search_input !== ''"
>
<hr/
>
Enter oder Such-Button klicken, um eine neue Suche auszulösen
<br
>
<code>
s/
<
regex
>
</code>
für RegEx-Suche
<br>
<code>
<
systemname
>
:
<
suche
>
</code>
für globale Suche im System (z.B.
<code>
dnsvs:s/^kit.edu
</code>
)
<
/
templat
e
>
</div
>
<div
class=
"font-italic text-center p-3"
>
<hr/
>
Enter oder Such-Button klicken, um eine neue Suche auszulösen
<br>
<code>
s/
<
regex
>
</code>
für RegEx-Suche
<br>
<code>
<
systemname
>
:
<
suche
>
</code>
für globale Suche im System (z.B.
<
code>
dnsvs:s/^kit.edu
</cod
e>
)
</div>
</div>
</b-popover>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment