Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ce-deploy-ui
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ccce
dev
ce-deploy-ui
Commits
faeabc67
Commit
faeabc67
authored
1 year ago
by
cjenkscybercom
Browse files
Options
Downloads
Patches
Plain Diff
fix warnings
parent
aa835487
No related branches found
No related tags found
2 merge requests
!407
CE-2141: 3.0.0
,
!405
Qa release tasks
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/components/IOC/IOCIcons/IOCIcons.js
+1
-1
1 addition, 1 deletion
src/components/IOC/IOCIcons/IOCIcons.js
src/components/common/LabeledIcon/LabeledIcon.js
+1
-1
1 addition, 1 deletion
src/components/common/LabeledIcon/LabeledIcon.js
with
2 additions
and
2 deletions
src/components/IOC/IOCIcons/IOCIcons.js
+
1
−
1
View file @
faeabc67
...
@@ -195,7 +195,7 @@ export function CommandTypeIcon({
...
@@ -195,7 +195,7 @@ export function CommandTypeIcon({
return
(
return
(
<
LabeledIcon
<
LabeledIcon
label
=
{
iconTitle
}
label
=
{
iconTitle
}
LabelProps
=
{{
no
w
rap
:
true
}}
LabelProps
=
{{
no
W
rap
:
true
}}
labelPosition
=
{
labelPosition
}
labelPosition
=
{
labelPosition
}
Icon
=
{
StatusIcon
}
Icon
=
{
StatusIcon
}
IconProps
=
{{
style
:
{
iconStyle
}
}}
IconProps
=
{{
style
:
{
iconStyle
}
}}
...
...
This diff is collapsed.
Click to expand it.
src/components/common/LabeledIcon/LabeledIcon.js
+
1
−
1
View file @
faeabc67
...
@@ -66,7 +66,7 @@ const LabeledIcon = React.forwardRef((props, ref) => {
...
@@ -66,7 +66,7 @@ const LabeledIcon = React.forwardRef((props, ref) => {
);
);
});
});
LabeledIcon
.
propTypes
=
{
LabeledIcon
.
propTypes
=
{
Icon
:
node
,
Icon
:
object
,
IconProps
:
object
,
IconProps
:
object
,
label
:
oneOfType
([
string
,
node
]),
label
:
oneOfType
([
string
,
node
]),
LabelProps
:
object
,
LabelProps
:
object
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment