51 lines
1.3 KiB
Plaintext
51 lines
1.3 KiB
Plaintext
|
|
# Auto-generated delete confirmation form
|
||
|
|
# Generated: {{ now_iso }}
|
||
|
|
# Server: {{ server_name }}
|
||
|
|
|
||
|
|
[meta]
|
||
|
|
title = "Confirm Server Deletion"
|
||
|
|
description = "WARNING: This operation cannot be reversed. Please confirm carefully."
|
||
|
|
allow_cancel = true
|
||
|
|
|
||
|
|
[items.server_display]
|
||
|
|
type = "text"
|
||
|
|
prompt = "Server to Delete"
|
||
|
|
default = "{{ server_name }}"
|
||
|
|
help = "Server name (read-only for confirmation)"
|
||
|
|
read_only = true
|
||
|
|
|
||
|
|
{% if server_ip %}
|
||
|
|
[items.server_ip]
|
||
|
|
type = "text"
|
||
|
|
prompt = "Server IP Address"
|
||
|
|
default = "{{ server_ip }}"
|
||
|
|
help = "IP address (read-only for confirmation)"
|
||
|
|
read_only = true
|
||
|
|
{% endif %}
|
||
|
|
|
||
|
|
{% if server_status %}
|
||
|
|
[items.server_status]
|
||
|
|
type = "text"
|
||
|
|
prompt = "Current Status"
|
||
|
|
default = "{{ server_status }}"
|
||
|
|
help = "Current server status (read-only)"
|
||
|
|
read_only = true
|
||
|
|
{% endif %}
|
||
|
|
|
||
|
|
[items.confirmation_text]
|
||
|
|
type = "text"
|
||
|
|
prompt = "Type server name to confirm deletion"
|
||
|
|
default = ""
|
||
|
|
help = "You must type the exact server name '{{ server_name }}' to proceed"
|
||
|
|
required = true
|
||
|
|
|
||
|
|
[items.final_confirm]
|
||
|
|
type = "confirm"
|
||
|
|
prompt = "I understand this action is irreversible. Delete server?"
|
||
|
|
help = "This will permanently delete the server and all its data"
|
||
|
|
|
||
|
|
[items.backup_before_delete]
|
||
|
|
type = "confirm"
|
||
|
|
prompt = "Create backup before deletion?"
|
||
|
|
help = "Optionally create a backup of the server configuration"
|