| kumaran.m | 3b4814a | 2020-05-01 19:48:54 +0530 | [diff] [blame] | 1 | <!-- |
| 2 | Copyright 2020 TATA ELXSI |
| 3 | |
| 4 | Licensed under the Apache License, Version 2.0 (the 'License'); |
| 5 | you may not use this file except in compliance with the License. |
| 6 | You may obtain a copy of the License at |
| 7 | |
| 8 | http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | |
| 10 | Unless required by applicable law or agreed to in writing, software |
| 11 | distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | See the License for the specific language governing permissions and |
| 14 | limitations under the License. |
| 15 | |
| 16 | Author: KUMARAN M (kumaran.m@tataelxsi.co.in), RAJESH S (rajesh.s@tataelxsi.co.in), BARATH KUMAR R (barath.r@tataelxsi.co.in) |
| 17 | --> |
| SANDHYA.JS | c84f112 | 2024-06-04 21:50:03 +0530 | [diff] [blame] | 18 | <div class="d-flex flex-row justify-content-between"> |
| SANDHYA.JS | b772de0 | 2024-12-10 15:21:03 +0530 | [diff] [blame^] | 19 | <div class="d-flex align-items-center header-style"> {{'PAGE.K8S.MENUK8SCLUSTER' | translate}} |
| SANDHYA.JS | 2657011 | 2024-07-05 21:35:46 +0530 | [diff] [blame] | 20 | </div> |
| 21 | <span class="button justify-content-end"> |
| SANDHYA.JS | b772de0 | 2024-12-10 15:21:03 +0530 | [diff] [blame^] | 22 | <button class="btn btn-primary me-2" type="button" placement="top" container="body" |
| 23 | ngbTooltip="{{'PAGE.K8S.REGISTERCLUSTER' | translate}}" (click)="addK8sCluster('Register')"> |
| SANDHYA.JS | 2657011 | 2024-07-05 21:35:46 +0530 | [diff] [blame] | 24 | <i class="fas fa-plus-circle" aria-hidden="true"></i> {{'PAGE.K8S.REGISTERCLUSTER' | translate}} |
| 25 | </button> |
| SANDHYA.JS | b772de0 | 2024-12-10 15:21:03 +0530 | [diff] [blame^] | 26 | <button class="btn btn-primary me-2" type="button" placement="top" container="body" |
| 27 | ngbTooltip="{{'PAGE.K8S.CREATECLUSTER' | translate}}" (click)="addK8sCluster('Manage')"> |
| SANDHYA.JS | 2657011 | 2024-07-05 21:35:46 +0530 | [diff] [blame] | 28 | <i class="fas fa-plus-circle" aria-hidden="true"></i> {{'PAGE.K8S.CREATECLUSTER' | translate}} |
| kumaran.m | 3b4814a | 2020-05-01 19:48:54 +0530 | [diff] [blame] | 29 | </button> |
| 30 | </span> |
| 31 | </div> |
| SANDHYA.JS | c84f112 | 2024-06-04 21:50:03 +0530 | [diff] [blame] | 32 | <div class="mt-2 mb-2 list-utilites-actions"> |
| 33 | <div class="col-auto me-auto"> |
| kumaran.m | 3b4814a | 2020-05-01 19:48:54 +0530 | [diff] [blame] | 34 | <nav class="custom-items-config"> |
| SANDHYA.JS | b772de0 | 2024-12-10 15:21:03 +0530 | [diff] [blame^] | 35 | <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.JS | 2657011 | 2024-07-05 21:35:46 +0530 | [diff] [blame] | 37 | <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.JS | b772de0 | 2024-12-10 15:21:03 +0530 | [diff] [blame^] | 42 | <span><i class="fas fa-ban text-danger"></i>{{operationalStateSixthStep}}</span> |
| kumaran.m | 3b4814a | 2020-05-01 19:48:54 +0530 | [diff] [blame] | 43 | </nav> |
| 44 | </div> |
| SANDHYA.JS | c84f112 | 2024-06-04 21:50:03 +0530 | [diff] [blame] | 45 | <page-per-row class="me-2" (pagePerRow)="onChange($event)"></page-per-row> |
| kumaran.m | 3b4814a | 2020-05-01 19:48:54 +0530 | [diff] [blame] | 46 | <page-reload></page-reload> |
| 47 | </div> |
| 48 | <div class="smarttable-style bg-white mt-1"> |
| SANDHYA.JS | 2657011 | 2024-07-05 21:35:46 +0530 | [diff] [blame] | 49 | <ng2-smart-table [ngClass]="checkDataClass" [settings]="settings" [source]="dataSource" |
| 50 | (userRowSelect)="onUserRowSelect($event)"> |
| kumaran.m | 3b4814a | 2020-05-01 19:48:54 +0530 | [diff] [blame] | 51 | </ng2-smart-table> |
| 52 | </div> |
| 53 | <app-loader [waitingMessage]="message" *ngIf="isLoadingResults"></app-loader> |