This commit is contained in:
parent
8a45a22759
commit
b5d691e407
1 changed files with 0 additions and 5 deletions
|
@ -658,11 +658,6 @@ class ServiceInstance(ServalaModelMixin, models.Model):
|
||||||
else:
|
else:
|
||||||
return mark_safe(f"<ul>{error_items}</ul>")
|
return mark_safe(f"<ul>{error_items}</ul>")
|
||||||
|
|
||||||
@classmethod
|
|
||||||
def format_error_for_display(cls, error_message):
|
|
||||||
error_data = cls._format_kubernetes_error(error_message)
|
|
||||||
return cls._safe_format_error(error_data)
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def create_instance(cls, name, organization, context, created_by, spec_data):
|
def create_instance(cls, name, organization, context, created_by, spec_data):
|
||||||
# Ensure the namespace exists
|
# Ensure the namespace exists
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue