cc1  v2.1
CC1 source code docs
 All Classes Namespaces Files Functions Variables Pages
src.wi.forms.network.AddPoolForm Class Reference

Form for pool creation. More...

Static Public Attributes

tuple address
tuple mask

Detailed Description

Form for pool creation.

Definition at line 51 of file network.py.

Member Data Documentation

tuple src.wi.forms.network.AddPoolForm.address
static
Initial value:
forms.CharField(widget=forms.TextInput(attrs=dict(attrs_dict, maxlength=45)),
label=_('Pool address'))

Definition at line 52 of file network.py.

tuple src.wi.forms.network.AddPoolForm.mask
static
Initial value:
forms.IntegerField(min_value=1, max_value=32,
label=_('Pool mask (e.g. 16, 24)'))

Definition at line 54 of file network.py.


The documentation for this class was generated from the following file: