removed options not needed for config data for GUI support for both old and new GUIs
This commit is contained in:
parent
93ad6b588a
commit
a85cb92196
3 changed files with 1 additions and 9 deletions
|
@ -906,11 +906,7 @@ class Ns2ScriptedMobility(WayPointMobility):
|
|||
label="refresh time (ms)",
|
||||
),
|
||||
Configuration(
|
||||
_id="loop",
|
||||
_type=ConfigDataTypes.BOOL,
|
||||
default="1",
|
||||
options=["On", "Off"],
|
||||
label="loop",
|
||||
_id="loop", _type=ConfigDataTypes.BOOL, default="1", label="loop"
|
||||
),
|
||||
Configuration(
|
||||
_id="autostart",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue