Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions press/press/doctype/database_server/database_server.js
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ frappe.ui.form.on('Database Server', {
true,
frm.doc.is_server_setup && frm.doc.nat_server,
],
[__('Get Static IP'), 'get_static_ip', false],
[
__('Remove NAT iptables'),
'remove_nat_iptables',
Expand Down
Loading