mirror of
https://github.com/internetee/registry.git
synced 2025-05-18 18:29:40 +02:00
Nameserver hostname replacing
This commit is contained in:
parent
23098add74
commit
1f2ba55acb
7 changed files with 135 additions and 0 deletions
|
@ -746,3 +746,10 @@ en:
|
|||
due_date_before: 'Due date before'
|
||||
minimum_total: 'Minimum total'
|
||||
maximum_total: 'Maximum total'
|
||||
hostname_end: 'Hostname end'
|
||||
hostname_end_replacement: 'Hostname end replacement'
|
||||
hostname_end_is_required: 'Hostname end is required'
|
||||
hostname_end_replacement_is_required: 'Hostname end replacement is required'
|
||||
hostnames_replaced: 'Hostnames replaced'
|
||||
all_hostnames_replaced: 'All hostnames replaced'
|
||||
hostnames_partially_replaced: 'Hostnames partially replaced'
|
||||
|
|
|
@ -55,6 +55,12 @@ Rails.application.routes.draw do
|
|||
end
|
||||
end
|
||||
|
||||
resources :nameservers do
|
||||
collection do
|
||||
get 'replace_hostnames'
|
||||
end
|
||||
end
|
||||
|
||||
resources :contacts do
|
||||
member do
|
||||
get 'delete'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue