File

ecosystem/archived-confirm/archived-confirm-modal.component.ts

Metadata

Index

Methods

Constructor

constructor(wizardComponent: WizardComponent)
Parameters :
Name Type Optional
wizardComponent WizardComponent No

Methods

cancel
cancel()
Returns : void
continue
continue()
Returns : void
<c8y-wizard-header>
  <i c8yIcon="c8y-archive"></i>
  <div
    class="modal-title h4"
    id="modal-title"
    translate
  >
    Package archived`dialog title`
  </div>
</c8y-wizard-header>
<c8y-wizard-body>
  <div class="m-t-16 m-l-32 m-r-32">
    <div class="m-t-8">
      <div class="text-center m-b-16 h4">
        <i
          class="text-warning d-block icon-40 m-b-8"
          c8yIcon="exclamation-circle"
        ></i>
        {{ 'The package was archived' | translate }}
      </div>
      <p class="m-b-16">
        {{
          "This package has been archived by its author, which typically means it's no longer being maintained. We don't recommend installing plugins from abandoned packages. Would you still like to proceed?"
            | translate
        }}
      </p>
    </div>
  </div>
</c8y-wizard-body>
<c8y-wizard-footer>
  <button
    class="btn btn-default"
    (click)="cancel()"
  >
    {{ 'Close' | translate }}
  </button>

  <button
    class="btn btn-default"
    (click)="continue()"
  >
    {{ 'Continue`installing an archived package`' | translate }}
  </button>
</c8y-wizard-footer>

results matching ""

    No results matching ""