Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web-ui
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
WEBGDE-Components
web-ui
Commits
1edc8b44
Commit
1edc8b44
authored
Sep 21, 2022
by
Daniel Bawag
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merging corrections
parent
c9d16dbe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
index.html
Web-GDE/index.html
+1
-0
captureMetrics.js
Web-GDE/src/captureMetrics/captureMetrics.js
+1
-1
No files found.
Web-GDE/index.html
View file @
1edc8b44
...
...
@@ -56,6 +56,7 @@
</div>
<form
id=
'fields'
style=
"display: flex; flex-direction:column;"
onsubmit=
"submitForm(event);return false"
></form>
<div
id=
"counter"
></div>
</aside>
<!-- Embed viewer -->
<main
id=
"viewer"
>
...
...
Web-GDE/src/captureMetrics/captureMetrics.js
View file @
1edc8b44
...
...
@@ -95,7 +95,7 @@ const showMetricCapture = () => {
const
saveMetrics
=
(
metrics
)
=>
{
const
saveMetrics
=
(
metrics
,
eoe_ts
)
=>
{
try
{
eoe_ts
=
formatDate
(
eoe_ts
);
...
...
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