File

operations/single-operation-details/single-operation-modal.component.ts

Metadata

selector c8y-single-operation-modal
templateUrl ./single-operation-modal.component.html

Index

Properties
Inputs

Constructor

constructor(modalRef: BsModalRef)
Parameters :
Name Type Optional
modalRef BsModalRef No

Inputs

collapsed

Type : boolean

Default value : false

operation

Type : Partial<IOperation>

readOnly

Type : boolean

Default value : false

Properties

Public modalRef
modalRef: BsModalRef
Type : BsModalRef
<div class="viewport-modal">
  <div class="modal-header">
    <h3>{{ 'Single operation details' | translate }}</h3>
  </div>

  <div class="modal-inner-scroll">
    <c8y-single-operation-list-item
      [operation]="operation"
      [collapsed]="collapsed"
      [readOnly]="readOnly"
    ></c8y-single-operation-list-item>
  </div>

  <div class="modal-footer">
    <button title="{{ 'Close' | translate }}" class="btn btn-default" (click)="modalRef.hide()">
      {{ 'Close' | translate }}
    </button>
  </div>
</div>

result-matching ""

    No results matching ""