From 58b91dd3baaaf72ab65062a4804403cd4a5935b2 Mon Sep 17 00:00:00 2001 From: xudan Date: Thu, 5 Jul 2018 22:37:35 -0400 Subject: Move OVP web portal code to a separate repo The new repo for web portal is https://gerrit.opnfv.org/gerrit/dovetail-webportal JIRA: DOVETAIL-671 Change-Id: Iac085abc3d175b9a091d70d0448af56c7a6845e9 Signed-off-by: xudan --- cvp/3rd_party/static/swagger/endpoint.html | 77 ------------------------------ 1 file changed, 77 deletions(-) delete mode 100644 cvp/3rd_party/static/swagger/endpoint.html (limited to 'cvp/3rd_party/static/swagger/endpoint.html') diff --git a/cvp/3rd_party/static/swagger/endpoint.html b/cvp/3rd_party/static/swagger/endpoint.html deleted file mode 100644 index 4ae3bde0..00000000 --- a/cvp/3rd_party/static/swagger/endpoint.html +++ /dev/null @@ -1,77 +0,0 @@ - - - - - - Api Docs for {{path}} - - - - - -
-
-
-

{{path}}

-

{{description if description != None}}

-
-
- {% for operation in operations %} -
-
-

{{operation.method}}

-

{{operation.summary if operation.summary != None}}

-
-
- {% if operation.parameters %} -

Parameters

-
- {% for parameter in operation.parameters %} -
- {{parameter.name}} - {% if parameter.description %} - - {{parameter.description}} - {% endif %} -
-
Type: {{parameter.dataType}}
-
Allow Multiple: {{parameter.allowMultiple}}
-
Required: {{parameter.required}}
- {% endfor %} -
- {% endif %} - {% if operation.notes %} -

Implementation notes: {{operation.notes}}

- {% endif %} - {% if operation.responseClass %} -

Response Class: {{operation.responseClass}}

- {% endif %} -
-
- {% endfor %} -
-
- - - - -- cgit 1.2.3-korg