From edce249d2c82fe1a6aff3d41e49ca4e718c04485 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 25 Jul 2016 15:42:33 -0700 Subject: [PATCH] remove subnet from IP address security --- .../resources/describe-settings.json | 28 ++++++------------- 1 file changed, 8 insertions(+), 20 deletions(-) diff --git a/domain-server/resources/describe-settings.json b/domain-server/resources/describe-settings.json index 6081a603f3..1e8c0238cb 100644 --- a/domain-server/resources/describe-settings.json +++ b/domain-server/resources/describe-settings.json @@ -641,15 +641,15 @@ { "name": "ip_permissions", "type": "table", - "caption": "Permissions for Users from IP Addresses or Subnets", + "caption": "Permissions for Users from IP Addresses", "can_add_new_rows": true, "groups": [ { - "label": "IP/Subnet", + "label": "IP Address", "span": 1 }, { - "label": "Permissions ?", + "label": "Permissions ?", "span": 6 } ], @@ -657,13 +657,7 @@ "columns": [ { "name": "permissions_id", - "label": "IP/Subnet" - }, - { - "name": "group_id", - "label": "Group ID", - "readonly": true, - "hidden": true + "label": "" }, { "name": "id_can_connect", @@ -712,15 +706,15 @@ { "name": "ip_forbidden", "type": "table", - "caption": "Permissions denied to Users from IP addresses or Subnets", + "caption": "Permissions denied to Users from IP Addresses", "can_add_new_rows": true, "groups": [ { - "label": "IP/Subnet", + "label": "IP", "span": 1 }, { - "label": "Permissions ?", + "label": "Permissions ?", "span": 6 } ], @@ -728,13 +722,7 @@ "columns": [ { "name": "permissions_id", - "label": "IP/Subnet" - }, - { - "name": "group_id", - "label": "Group ID", - "readonly": true, - "hidden": true + "label": "" }, { "name": "id_can_connect",