Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Mizu
Commits
183d9d5a
Commit
183d9d5a
authored
3 years ago
by
Leon
Browse files
Options
Download
Email Patches
Plain Diff
roll back changes
parent
628e2d41
ui/Service-map-GUI-improvements
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
ui-common/src/components/ServiceMapModal/ServiceMapModal.module.sass
+0
-1
...rc/components/ServiceMapModal/ServiceMapModal.module.sass
ui-common/src/components/ServiceMapModal/ServiceMapModal.tsx
+2
-2
ui-common/src/components/ServiceMapModal/ServiceMapModal.tsx
ui-common/src/mixins copy.scss
+0
-0
ui-common/src/mixins copy.scss
with
2 additions
and
3 deletions
+2
-3
ui-common/src/components/ServiceMapModal/ServiceMapModal.module.sass
+
0
-
1
View file @
183d9d5a
@import
"../../variables.module"
@import
"../../mixins.scss"
.closeIcon
position
:
absolute
...
...
This diff is collapsed.
Click to expand it.
ui-common/src/components/ServiceMapModal/ServiceMapModal.tsx
+
2
-
2
View file @
183d9d5a
...
...
@@ -207,7 +207,7 @@ export const ServiceMapModal: React.FC<ServiceMapModalProps> = ({ isOpen, onClos
<
Resizeable
minWidth
=
{
170
}
maxWidth
=
{
320
}
>
<
div
className
=
{
styles
.
filterWrapper
}
>
<
div
className
=
{
styles
.
protocolsFilterList
}
>
<
h3
className
=
{
styles
.
subHeader
}
style
=
{
{
marginLeft
:
"
10px
"
}
}
>
<
h3
style
=
{
{
marginLeft
:
"
10px
"
}
}
>
PROTOCOLS
<
span
className
=
{
styles
.
totalSelected
}
>
(
{
checkedProtocols
.
length
}
)
</
span
>
</
h3
>
...
...
@@ -215,7 +215,7 @@ export const ServiceMapModal: React.FC<ServiceMapModalProps> = ({ isOpen, onClos
checkedValues
=
{
checkedProtocols
}
setCheckedValues
=
{
onProtocolsChange
}
tableClassName
=
{
styles
.
filters
}
/>
</
div
>
<
div
className
=
{
styles
.
servicesFilter
}
>
<
h3
className
=
{
styles
.
subHeader
}
style
=
{
{
marginLeft
:
"
10px
"
}
}
>
<
h3
style
=
{
{
marginLeft
:
"
10px
"
}
}
>
SERVICES
<
span
className
=
{
styles
.
totalSelected
}
>
(
{
checkedServices
.
length
}
)
</
span
>
</
h3
>
...
...
This diff is collapsed.
Click to expand it.
ui-common/src/mixins.scss
→
ui-common/src/mixins
copy
.scss
+
0
-
0
View file @
183d9d5a
File moved
This diff is collapsed.
Click to expand it.
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
Menu
Projects
Groups
Snippets
Help