From 2821d1abc4325b10e6252bb554e5256789fb1c6c Mon Sep 17 00:00:00 2001 From: cfitzw <20694057+cfitzw@users.noreply.github.com> Date: Thu, 17 Nov 2022 09:53:29 -0600 Subject: [PATCH] Update config name for the default device display (#14641) Update device_default_display to device_display_default --- doc/Support/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Support/Configuration.md b/doc/Support/Configuration.md index b568373fb4..79daf5a668 100644 --- a/doc/Support/Configuration.md +++ b/doc/Support/Configuration.md @@ -421,7 +421,7 @@ lnms config:set overview_show_sysDescr true Enable or disable the sysDescr output for a device. ```bash -lnms config:set device_default_display '{{ $hostname }}' +lnms config:set device_display_default '{{ $hostname }}' ``` This is a simple template to control the display of device names by default.