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
L
LaVizu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
behaviors-ai-public
LaVizu
Commits
5dcae08f
Commit
5dcae08f
authored
Jul 09, 2019
by
Dorian Goepp
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add newlines at end of files
parent
bfe24fee
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
src/HorizontalGauge/RosHGauge.js
src/HorizontalGauge/RosHGauge.js
+1
-1
src/InteractionTrace/RosInteractionTrace.js
src/InteractionTrace/RosInteractionTrace.js
+1
-1
src/LatestInteraction/LatestInteraction.js
src/LatestInteraction/LatestInteraction.js
+1
-1
src/utils/configurationHelpers.js
src/utils/configurationHelpers.js
+1
-1
src/utils/modeModal.js
src/utils/modeModal.js
+1
-1
No files found.
src/HorizontalGauge/RosHGauge.js
View file @
5dcae08f
...
...
@@ -91,4 +91,4 @@ decorate(RosHGauge, {
max
:
computed
,
})
export
default
RosHGauge
\ No newline at end of file
export
default
RosHGauge
src/InteractionTrace/RosInteractionTrace.js
View file @
5dcae08f
...
...
@@ -178,4 +178,4 @@ decorate(RosInteractionTrace, {
lowerIdResets
:
computed
,
})
export
default
sizeMe
({
monitorHeight
:
true
})(
RosInteractionTrace
);
\ No newline at end of file
export
default
sizeMe
({
monitorHeight
:
true
})(
RosInteractionTrace
);
src/LatestInteraction/LatestInteraction.js
View file @
5dcae08f
...
...
@@ -62,4 +62,4 @@ function LatestInteraction(props) {
<
/div
>
);
}
)
\ No newline at end of file
)
src/utils/configurationHelpers.js
View file @
5dcae08f
...
...
@@ -64,4 +64,4 @@ export function appendConfigSchema(store, configSchema) {
merge
(
store
.
configSchema
,
configSchema
);
// Fill the undefined fields of the configuration object with their default values.
defaultConfig
(
store
);
}
\ No newline at end of file
}
src/utils/modeModal.js
View file @
5dcae08f
...
...
@@ -65,4 +65,4 @@ export class Modal extends Component {
return
config
;
}
}
\ No newline at end of file
}
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