Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Guardians of the Kretschmar Elock System
Doorcode
Commits
b407a17d
Commit
b407a17d
authored
Dec 29, 2020
by
Jacob Priddy
👌
Browse files
focus tables on mouse over so that arrow keys can be used.
parent
6c93bc17
Pipeline
#13240
passed with stages
in 3 minutes and 16 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/backend/resources/views/layouts/admin/tableData.blade.php
View file @
b407a17d
...
...
@@ -17,7 +17,7 @@
</
div
>
</
div
>
<
div
class
=
"card-body"
>
<
div
class
=
"table-responsive overflow-auto"
>
<
div
id
=
"table"
class
=
"table-responsive overflow-auto"
onmouseover
=
"document.getElementById('table').focus()"
>
{{
--
Search
/
filter
options
--
}}
<
form
action
=
"{{
$route
}}"
method
=
"GET"
>
<
div
class
=
"form-row"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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