File

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

Metadata

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
Type : BsModalRef
<div class="viewport-modal">
  <div class="modal-header">
    <h3>{{ 'Single operation details' | translate }}</h3>
  </div>

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

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

results matching ""

    No results matching ""