File

cockpit-config/setup/cockpit-setup-step4.component.ts

Extends

CockpitSetupStep

Metadata

Index

Properties
Methods

Constructor

constructor(stepper: C8yStepper, step: CdkStep, setup: SetupComponent, appState: AppStateService, alert: AlertService)
Parameters :
Name Type Optional
stepper C8yStepper No
step CdkStep No
setup SetupComponent No
appState AppStateService No
alert AlertService No

Methods

back
back()
Returns : void
Async next
next()
Returns : any

Properties

Public stepper
Type : C8yStepper
config
Type : CockpitConfig
Default value : DEFAULT_CONFIG
pending
Default value : false
<form #stepForm="ngForm" name="form" class="d-contents">
  <div class="container-fluid flex-no-shrink fit-w">
    <div class="row separator-bottom">
      <div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3 p-t-24 p-l-16 p-r-16">
        <h3 translate class="text-medium l-h-base">Misc</h3>
        <p class="lead text-normal" translate>
          Miscellaneous settings for the current application.
        </p>
      </div>
    </div>
  </div>
  <div class="inner-scroll flex-grow">
    <div class="container-fluid fit-w">
      <div class="row">
        <div class="col-md-8 col-md-offset-2 col-lg-6 col-lg-offset-3">
          <c8y-misc-config [config]="config"></c8y-misc-config>
        </div>
      </div>
    </div>
  </div>
  <c8y-cockpit-setup-stepper-buttons
    [index]="stepper.selectedIndex"
    (onNext)="next()"
    (onBack)="back()"
  >
  </c8y-cockpit-setup-stepper-buttons>
</form>

results matching ""

    No results matching ""