Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IOU
microdep
Commits
54cc0878
Commit
54cc0878
authored
Jun 21, 2022
by
Olav Kvittem
Browse files
event_type lookup - issue
#35
parent
de907e30
Pipeline
#144059
passed with stages
in 55 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
server/script/microdep-map.html
View file @
54cc0878
...
...
@@ -2126,7 +2126,7 @@ function hhmmss(d){
}
function
title_state
(){
let
state
=
$
(
"
#network
"
).
val
()
+
'
,
'
+
$
(
"
#event_type
"
).
val
()
let
state
=
$
(
"
#network
"
).
val
()
+
'
,
'
+
conffile
[
parms
.
net
].
event_type
[
$
(
"
#event_type
"
).
val
()
].
title
+
'
from
'
+
$
(
"
#datepicker
"
).
val
()
+
'
for
'
+
$
(
"
#period
"
).
val
()
+
'
hours
'
;
return
state
;
}
...
...
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