6b9157d5dc
We are deprecating this service in favor of instance wide clusters. Therefore we removed some code that is not anymore needed for a readonly cluster and also we added some flags to allow for this deprecation. These flags are to be removed in the next release when we finally completelly remove KubernetesService.
7 lines
246 B
Text
7 lines
246 B
Text
- add_to_breadcrumbs "Service Templates", admin_application_settings_services_path
|
|
- breadcrumb_title @service.title
|
|
- page_title @service.title, "Service Templates"
|
|
|
|
= render 'deprecated_message' if @service.deprecation_message
|
|
|
|
= render 'form'
|