Skip to content

Commit

Permalink
luci-app-lldpd: Add location parameter
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Küthe <m.k@mk16.de>
  • Loading branch information
marek22k committed Oct 21, 2023
1 parent c8d34de commit 6003fd9
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,13 @@ return L.view.extend({

o.placeholder = 'System hostname';

// Host location
o = s.taboption(tab, form.Value, 'lldp_location',
_('Host location'),
_('Override the location of the host announced by lldp.'));

o.placeholder = 'address country EU';

// Platform
o = s.taboption(tab, form.Value, 'lldp_platform',
_('System platform description'),
Expand Down

0 comments on commit 6003fd9

Please sign in to comment.