Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
public
Mímir
Commits
4dbef456
Commit
4dbef456
authored
Aug 13, 2020
by
Aron Fiechter
Browse files
Code style in Entity/Empty
parent
8c6c1541
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/voronoi/entity/Empty.js
View file @
4dbef456
...
...
@@ -6,22 +6,36 @@ import ListGroup from 'react-bootstrap/ListGroup';
export
default
function
Empty
(
props
)
{
return
(
<
Card
style
=
{{
width
:
'
100%
'
}}
>
<
Card
.
Header
as
=
{
'
h5
'
}
>
Welcome
to
Mìmir
!<
/Card.Header
>
<
Card
.
Body
>
<
Card
.
Title
>
Welcome
to
Mìmir
!<
/Card.Title
>
<
Card
.
Text
>
Mìmir
is
a
lorem
ipsum
dolor
sit
amet
,
consectetur
adipiscing
elit
.
Cras
eu
tempus
ex
.
Etiam
ut
velit
fermentum
,
aliquam
mauris
sed
,
ultrices
nulla
.
Etiam
rutrum
urna
nec
erat
molestie
,
eget
aliquet
erat
dignissim
.
<
/Card.Text
>
<
/Card.Body
>
<
ListGroup
variant
=
'
flush
'
>
<
ListGroup
.
Item
>
Use
the
<
b
>
search
bar
<
/b> to enter your query</
ListGroup
.
Item
>
<
ListGroup
.
Item
><
b
>
Hover
<
/b> on a node to get basic info</
ListGroup
.
Item
>
<
ListGroup
.
Item
><
b
>
Press
"
i
"
<
/b> to discover additional information</
ListGroup
.
Item
>
<
ListGroup
.
Item
><
b
>
Click
<
/b> on a node to expand its direct children</
ListGroup
.
Item
>
<
ListGroup
.
Item
><
b
>
Option
+
Click
<
/b>
(
Alt+Click
)
on a node to expand all its children recursively</
ListGroup
.
Item
>
<
ListGroup
.
Item
><
b
>
Shift
+
Click
<
/b> on a node to open the SFA</
ListGroup
.
Item
>
<
ListGroup
.
Item
><
b
>
Right
-
click
<
/b> to collapse its children</
ListGroup
.
Item
>
<
ListGroup
variant
=
"
flush
"
>
<
ListGroup
.
Item
>
Use
the
<
b
>
search
bar
<
/b> to enter your quer
y
<
/ListGroup.Item
>
<
ListGroup
.
Item
>
<
b
>
Hover
<
/b> on a node to get basic inf
o
<
/ListGroup.Item
>
<
ListGroup
.
Item
>
<
b
>
Press
"
i
"
<
/b> to discover additional informatio
n
<
/ListGroup.Item
>
<
ListGroup
.
Item
>
<
b
>
Click
<
/b> on a node to expand its direct childre
n
<
/ListGroup.Item
>
<
ListGroup
.
Item
>
<
b
>
Option
+
Click
<
/b>
(
Alt+Click
)
on a node to expand all its children recursivel
y
<
/ListGroup.Item
>
<
ListGroup
.
Item
>
<
b
>
Shift
+
Click
<
/b> on a node to open the SF
A
<
/ListGroup.Item
>
<
ListGroup
.
Item
>
<
b
>
Right
-
click
<
/b> to collapse its childre
n
<
/ListGroup.Item
>
<
/ListGroup
>
<
/Card
>
);
...
...
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