fix transport and display of node-properties
Change-Id: I35a3021768e386a5ce922c8e24128d0bc3a039be
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
[equipment]
|
||||
id=MLZ_amagnet(Garfield)
|
||||
.visibility=expert
|
||||
[equipment MLZ_amagnet(Garfield)]
|
||||
visibility=expert
|
||||
foo=bar
|
||||
|
||||
[interface tcp]
|
||||
|
@ -1,5 +1,5 @@
|
||||
[equipment]
|
||||
id=ccr12
|
||||
[node ccr12]
|
||||
description = CCR12 box of MLZ Sample environment group
|
||||
|
||||
[interface tcp]
|
||||
interface=tcp
|
||||
|
@ -1,14 +1,9 @@
|
||||
[equipment]
|
||||
[equipment cryo_7]
|
||||
# set SEC-node properties
|
||||
id=cryo_7
|
||||
description = short description
|
||||
|
||||
This is a very long description providing all the glory details in all the glory details about the stuff we are describing
|
||||
|
||||
.description = short description
|
||||
|
||||
This is a very long description providing all the glory details in all the glory details about the stuff we are describing
|
||||
|
||||
|
||||
[interface tcp]
|
||||
interface=tcp
|
||||
|
@ -1,5 +1,5 @@
|
||||
[equipment]
|
||||
id=Equipment_ID_for_demonstration
|
||||
[equipment Equipment_ID_for_demonstration]
|
||||
description = virtual modules to play around with
|
||||
|
||||
[interface tcp]
|
||||
interface=tcp
|
||||
|
@ -1,5 +1,4 @@
|
||||
[equipment]
|
||||
id=see_demo_equipment
|
||||
[equipment see_demo_equipment]
|
||||
|
||||
[client]
|
||||
connectto=0.0.0.0
|
||||
|
11
etc/test.cfg
11
etc/test.cfg
@ -1,5 +1,12 @@
|
||||
[equipment]
|
||||
id=test config
|
||||
[node test config]
|
||||
description=description of the testing sec-node
|
||||
.
|
||||
Here should be the long description.
|
||||
It can be very long.
|
||||
.
|
||||
a single . on a line gets stripped so you can make paragraphs.
|
||||
.
|
||||
These texts are supposed to be possibly very long.
|
||||
|
||||
[interface tcp]
|
||||
interface=tcp
|
||||
|
Reference in New Issue
Block a user