~dimitern/maas/1.2-node-view-shows-kernel-params

« back to all changes in this revision

Viewing changes to src/maasserver/forms.py

  • Committer: Dimiter Naydenov
  • Date: 2012-11-07 10:51:08 UTC
  • Revision ID: dimiter.naydenov@canonical.com-20121107105108-6df5tcgivfk600zl
Changes to the UI + integration with upcoming changes for Node and Tag models

Show diffs side-by-side

added added

removed removed

Lines of Context:
650
650
    """Settings page, Global Kernel Parameters section."""
651
651
    global_kernel_opts = forms.CharField(
652
652
        label="Boot parameters to pass to the kernel by default",
653
 
        required=False, widget=forms.Textarea())
 
653
        required=False)
654
654
 
655
655
 
656
656
hostname_error_msg = "Enter a valid hostname (e.g. host.example.com)."