{{input class="form-control" type="text" value=model.name insert-newline="doneEditingReturn"}}

e.g. D 23.2

{{input class="form-control" type="text" value=model.description insert-newline="doneEditingReturn"}}

{{#if controllers.ous.ous.content}} {{view Ember.Select content=controllers.ous.ous.content class="form-control" value=model.parent_id.id selection=model.parent_id prompt="Choose OU" optionValuePath="content.id" optionLabelPath="content.name" }} {{/if}}

Choose the parent OU (or "folder") for this room

{{#if controllers.optionsets.optionsets.content}} {{view Ember.Select content=controllers.optionsets.optionsets.content class="form-control" value=model.optionsetid.id selection=model.optionset_id prompt="Choose AMT Option set" optionValuePath="content.id" optionLabelPath="content.name" }} {{/if}}

Optionsets may be created ...here... They will NOT be inherited.

{{input class="form-control" type="text" value=model.idle_power insert-newline="doneEditingReturn"}}

Provide idle power rating to allow generation of approximate energy consumption charts


{{#unless isNew}}
{{#if isDirty}}unsaved changes{{/if}}
{{/unless}}