diff --git a/db/Store.go b/db/Store.go index a76636d7..74e86d68 100644 --- a/db/Store.go +++ b/db/Store.go @@ -40,15 +40,6 @@ type RetrieveQueryParams struct { SortInverted bool } -type ObjectReferrerType string - -const ( - ObjectReferrerTemplate ObjectReferrerType = "template" - ObjectReferrerInventory ObjectReferrerType = "inventory" - ObjectReferrerRepository ObjectReferrerType = "repository" - ObjectReferrerSchedule ObjectReferrerType = "schedules" -) - type ObjectReferrer struct { ID int `json:"id"` Name string `json:"name"` diff --git a/web2/src/App.vue b/web2/src/App.vue index ff1583a5..9ef5adfb 100644 --- a/web2/src/App.vue +++ b/web2/src/App.vue @@ -255,7 +255,7 @@ - Playbook Repositories + Repositories diff --git a/web2/src/components/TemplateForm.vue b/web2/src/components/TemplateForm.vue index ce830c6b..4cbe7ba6 100644 --- a/web2/src/components/TemplateForm.vue +++ b/web2/src/components/TemplateForm.vue @@ -143,11 +143,11 @@ diff --git a/web2/src/views/project/Repositories.vue b/web2/src/views/project/Repositories.vue index 32a6561e..95f045ca 100644 --- a/web2/src/views/project/Repositories.vue +++ b/web2/src/views/project/Repositories.vue @@ -34,7 +34,7 @@ - Playbook Repositories + Repositories