jtreminio / dashtainer

MIT License
50 stars 3 forks source link

New Services with a version field should try name without version first #45

Closed jtreminio closed 6 years ago

jtreminio commented 6 years ago

Right now a Service with a version (PHP-FPM) defaults to {serviceName}-{version} when creating a new Service.

The default should simply be {serviceName} falling back to adding version if name already used in Project.