Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// this is config displayed on the main page
const JTSO_VERSION string = "1.0.17"
const JTSO_VERSION string = "1.0.18"

type PortalConfig struct {
Https bool
Expand Down
1 change: 1 addition & 0 deletions maker/object.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ const GnmiInputTemplate = `
redial = "10s"
long_tag = true
long_field = true
strip_origin = true
check_jnpr_extension = true
bytes2float = true

Expand Down
Loading