You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
A small enhancement to tenant drop-down selection lists in Traffic Portal would be to use the HTML5 <optgroup> tag to group tenants by their parents. I'd suggest making "root" its own parent.
Example.:
<labelfor="tenant">Select a tenant</label><selectid="tenant"><optgrouplabel="root"><option>root</option><option>tenantWithNoChildren</option><option>tenentWithTwoChildren</option></optgroup><optgrouplabel="tenantWithTwoChildren"><option>Child1</option><option>Child2</option></optgroup></select>
A small enhancement to tenant drop-down selection lists in Traffic Portal would be to use the HTML5
<optgroup>tag to group tenants by their parents. I'd suggest making "root" its own parent.Example.:
Rendered (in Firefox 63):