HP 5900 VLAN names not displaying in SW

We have SW 2019.4 and when you look at the list of VLANS from NPM you see some with names and most with out a name.

When I expand a specific VLAN say 6 I see:

VLAN ID:               NAME                    NODE NAME

VLAN 6:

                              HHSDC               SCAC-HP3800

                              VLAN 0006          HP5900

                              HHSDC               SCAC-3

                              HHSDC               2920-Works

As you can see in the list above for the HP5900 it displays the VLAN name as VLAN 0006 not HHSDC.

In the 5900 running config the VLAN 6 is displayed as:

#

vlan 6

name HHSDC

description HHSDC

Why is this and can it be resolved with a Device Template?

I noticed that the current device template is a custom one made by someone not SolarWinds..

<Configuration-Management Device="" SystemOID="1.3.6.1.4.1.25506.11.1.78">

  <Commands>

    <Command Name="RESET" Value="screen-length disable${CRLF}" />

    <Command Name="Reboot" Value="reboot${CRLF}y${CRLF}y" />

    <Command Name="EnterConfigMode" Value="system" />

    <Command Name="ExitConfigMode" Value="quit" />

    <Command Name="Startup" Value="saved" />

    <Command Name="Running" Value="current" />

    <Command Name="DownloadConfig" Value="display ${ConfigType}" />

    <Command Name="UploadConfig" Value="${system}${CRLF}${ConfigText}${CRLF}${quit}" />

    <Command Name="DownloadConfigIndirect" Value="copy ${ConfigType} ${TransferProtocol}://${StorageAddress}/${StorageFilename}${CRLF}${CRLF}${CRLF}" />

    <Command Name="UploadConfigIndirect" Value="copy ${TransferProtocol}://${StorageAddress}/${StorageFilename}  ${ConfigType}${CRLF}${CRLF}" />

    <Command Name="DownloadConfigIndirectSCP" Value="copy ${ConfigType} ${TransferProtocol}://${SCPServerUserName}@${SCPStorageAddress}/${StorageFilename}${CRLF}${CRLF}${CRLF}${CRLF}${SCPServerPassword}" />

    <Command Name="UploadConfigIndirectSCP" Value="copy ${TransferProtocol}://${SCPServerUserName}@${SCPStorageAddress}/${StorageFilename}  ${ConfigType}${CRLF}${CRLF}${SCPServerPassword}" />

    <Command Name="EraseConfig" Value="write erase${CRLF}Y" />

    <Command Name="SaveConfig" Value="save" />

    <Command Name="Version" Value="display version" />

    <Command Name="Disconnect" Value="quit" />

  </Commands>

</Configuration-Management>

Any thoughts on how to correct this?