Update config name for the default device display (#14641)

Update device_default_display to device_display_default
This commit is contained in:
cfitzw
2022-11-17 09:53:29 -06:00
committed by GitHub
parent 0670168325
commit 2821d1abc4

View File

@@ -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.