diff options
author | fmertz <fireboxled@gmail.com> | 2020-06-29 14:45:57 +0000 |
---|---|---|
committer | fmertz <fireboxled@gmail.com> | 2020-07-05 14:57:52 +0000 |
commit | d4199a17adeac422882013a8951d18b7c3b74f2a (patch) | |
tree | 5244cc23890c2872921467aaf094a1c7bb57b75f /interface-definitions | |
parent | 440d0fb1115bbfb428132ef91804ae213ffca30f (diff) | |
download | vyos-1x-d4199a17adeac422882013a8951d18b7c3b74f2a.tar.gz vyos-1x-d4199a17adeac422882013a8951d18b7c3b74f2a.zip |
system display: T2564: Changed "duration" to "time"
* data/templates/system-display/LCDd.conf.tmpl duration to time
* interface-definitions/system-display.xml.in duration to time
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/system-display.xml.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interface-definitions/system-display.xml.in b/interface-definitions/system-display.xml.in index afa6dba10..0439288a0 100644 --- a/interface-definitions/system-display.xml.in +++ b/interface-definitions/system-display.xml.in @@ -8,7 +8,7 @@ clock (big|mini|date-time) title <name> - system display duration <s> + system display time <s> system display hello <string> system display bye <string> system display disabled @@ -191,8 +191,8 @@ </leafNode><!--system display show title--> </children> </node><!--system display show--> - <!-- system display duration --> - <leafNode name="duration"> + <!-- system display time --> + <leafNode name="time"> <properties> <help>Time in sec to show each screen on the system display</help> <valueHelp> @@ -203,7 +203,7 @@ <validator name="numeric" argument="--range 1-30"/> </constraint> </properties> - </leafNode><!--system display duration--> + </leafNode><!--system display time--> <!-- system display hello --> <leafNode name="hello"> <properties> |