Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
netvs-core
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
71
Issues
71
List
Boards
Labels
Service Desk
Milestones
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
scc-net
netvs
netvs-core
Commits
62b54b00
Commit
62b54b00
authored
Nov 17, 2020
by
Janis Streib
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
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
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
frontend/src/components/GlobalSearch.vue
frontend/src/components/GlobalSearch.vue
+8
-8
No files found.
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>
)
<
/
template
>
</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
</code>
)
</div>
</div>
</b-popover>
...
...
Write
Preview
Markdown
is supported
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