blob: 3c01f4fbfb016085a2d69190e7450b6dc5fdf0f1 [file] [log] [blame]
kumaran.m3b4814a2020-05-01 19:48:54 +05301<!--
2Copyright 2020 TATA ELXSI
3
4Licensed under the Apache License, Version 2.0 (the 'License');
5you may not use this file except in compliance with the License.
6You may obtain a copy of the License at
7
8 http://www.apache.org/licenses/LICENSE-2.0
9
10Unless required by applicable law or agreed to in writing, software
11distributed under the License is distributed on an "AS IS" BASIS,
12WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13See the License for the specific language governing permissions and
14limitations under the License.
15
16Author: KUMARAN M (kumaran.m@tataelxsi.co.in), RAJESH S (rajesh.s@tataelxsi.co.in), BARATH KUMAR R (barath.r@tataelxsi.co.in)
17-->
SANDHYA.JSc84f1122024-06-04 21:50:03 +053018<div class="d-flex flex-row justify-content-between">
SANDHYA.JSb772de02024-12-10 15:21:03 +053019 <div class="d-flex align-items-center header-style"> {{'PAGE.K8S.MENUK8SCLUSTER' | translate}}
SANDHYA.JS26570112024-07-05 21:35:46 +053020 </div>
21 <span class="button justify-content-end">
SANDHYA.JSb772de02024-12-10 15:21:03 +053022 <button class="btn btn-primary me-2" type="button" placement="top" container="body"
23 ngbTooltip="{{'PAGE.K8S.REGISTERCLUSTER' | translate}}" (click)="addK8sCluster('Register')">
SANDHYA.JS26570112024-07-05 21:35:46 +053024 <i class="fas fa-plus-circle" aria-hidden="true"></i>&nbsp; {{'PAGE.K8S.REGISTERCLUSTER' | translate}}
25 </button>
SANDHYA.JSb772de02024-12-10 15:21:03 +053026 <button class="btn btn-primary me-2" type="button" placement="top" container="body"
27 ngbTooltip="{{'PAGE.K8S.CREATECLUSTER' | translate}}" (click)="addK8sCluster('Manage')">
SANDHYA.JS26570112024-07-05 21:35:46 +053028 <i class="fas fa-plus-circle" aria-hidden="true"></i>&nbsp; {{'PAGE.K8S.CREATECLUSTER' | translate}}
kumaran.m3b4814a2020-05-01 19:48:54 +053029 </button>
30 </span>
31</div>
SANDHYA.JSc84f1122024-06-04 21:50:03 +053032<div class="mt-2 mb-2 list-utilites-actions">
33 <div class="col-auto me-auto">
kumaran.m3b4814a2020-05-01 19:48:54 +053034 <nav class="custom-items-config">
SANDHYA.JSb772de02024-12-10 15:21:03 +053035 <span><i class="fas fa-cloud-upload-alt text-info"></i>{{clusterModeFirstStep}}</span>
36 <span><i class="fas fa-clipboard-check text-info"></i>{{clusterModeSecondStep}}</span>
SANDHYA.JS26570112024-07-05 21:35:46 +053037 <span><i class="fas fa-clock text-success"></i>{{operationalStateFirstStep}}</span>
38 <span><i class="fas fa-spinner text-warning"></i>{{operationalStateSecondStep}}</span>
39 <span><i class="fas fa-spinner text-danger"></i>{{operationalStateThirdStep}}</span>
40 <span><i class="fas fa-times-circle text-danger"></i>{{operationalStateFourthStep}}</span>
41 <span><i class="fas fa-times-circle text-warning"></i>{{operationalStateFifthStep}}</span>
SANDHYA.JSb772de02024-12-10 15:21:03 +053042 <span><i class="fas fa-ban text-danger"></i>{{operationalStateSixthStep}}</span>
kumaran.m3b4814a2020-05-01 19:48:54 +053043 </nav>
44 </div>
SANDHYA.JSc84f1122024-06-04 21:50:03 +053045 <page-per-row class="me-2" (pagePerRow)="onChange($event)"></page-per-row>
kumaran.m3b4814a2020-05-01 19:48:54 +053046 <page-reload></page-reload>
47</div>
48<div class="smarttable-style bg-white mt-1">
SANDHYA.JS26570112024-07-05 21:35:46 +053049 <ng2-smart-table [ngClass]="checkDataClass" [settings]="settings" [source]="dataSource"
50 (userRowSelect)="onUserRowSelect($event)">
kumaran.m3b4814a2020-05-01 19:48:54 +053051 </ng2-smart-table>
52</div>
53<app-loader [waitingMessage]="message" *ngIf="isLoadingResults"></app-loader>