SelfhostedPro / selfhosted_templates

Portainer templates for selfhosted services
GNU General Public License v3.0
1.24k stars 238 forks source link

Clean up template titles and names #53

Closed RobLoach closed 4 years ago

RobLoach commented 4 years ago

This fixes the case of a bunch of the Titles and Names. The title become human-readable title case, while the name becomes machine-readable lower case.

For example, the Airsonic title field goes from airsonic to Airsonic to make it look more appealing in the Portainer UI. The name remains airsonic.

SelfhostedPro commented 4 years ago

Running into some conflicts. I'll clean it up and then push.

RobLoach commented 4 years ago

Thanks for the fix!