We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b527ec1 + d769ff4 commit 23e7495Copy full SHA for 23e7495
1 file changed
openstackclient/network/v2/subnet.py
@@ -141,7 +141,7 @@ def _get_columns(item):
141
'tenant_id': 'project_id',
142
}
143
# Do not show this column when displaying a subnet
144
- invisible_columns = ['use_default_subnet_pool']
+ invisible_columns = ['use_default_subnet_pool', 'prefix_length']
145
return sdk_utils.get_osc_show_columns_for_sdk_resource(
146
item,
147
column_map,
0 commit comments