operations/create-bulk-operation-details/create-bulk-operation-details.component.ts
<div [formGroup]="fgOperationDescription">
  <c8y-form-group>
    <label translate>Title</label>
    <input
      class="form-control"
      required
      formControlName="description"
      [placeholder]="titlePlaceholder | translate"
    />
  </c8y-form-group>
  <c8y-form-group>
    <label translate>Description</label>
    <textarea
      class="form-control"
      rows="3"
      formControlName="note"
      [placeholder]="descriptionPlaceholder | translate"
    ></textarea>
  </c8y-form-group>
  <c8y-operation-scheduler formControlName="schedule"></c8y-operation-scheduler>
</div>

results matching ""

    No results matching ""