setup
This commit is contained in:
		
							parent
							
								
									58f727fb49
								
							
						
					
					
						commit
						251bc56428
					
				| @ -1,4 +1,6 @@ | |||||||
| @import '../../../../../styles.scss'; | @import '../../../../../styles.scss'; | ||||||
|  | 
 | ||||||
|  | // Import design tokens | ||||||
| @import '../../../../../styles/design-tokens'; | @import '../../../../../styles/design-tokens'; | ||||||
| 
 | 
 | ||||||
| .delete, .heading { | .delete, .heading { | ||||||
|  | |||||||
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							
										
											Binary file not shown.
										
									
								
							| @ -142,6 +142,62 @@ | |||||||
|             </div> |             </div> | ||||||
|           </div> |           </div> | ||||||
|         </div> |         </div> | ||||||
|  |          | ||||||
|  |         <!-- Data Lake --> | ||||||
|  |         <div class="clr-col-md-3" style="width: 300px ;"> | ||||||
|  |           <div class="card" (click)="goToDataLake()" | ||||||
|  |             style="border-left: none; border-right: none; border-top: none;"> | ||||||
|  | 
 | ||||||
|  |             <div class="card-header" style="padding-bottom: 0px;"> | ||||||
|  |               <div class="clr-row"> | ||||||
|  |                 <div class="clr-col-12"> | ||||||
|  |                   <clr-icon shape="storage"></clr-icon> | ||||||
|  |                 </div> | ||||||
|  |               </div> <br> | ||||||
|  |               <div class="clr-row"> | ||||||
|  |                 <div class="clr-col-12"> | ||||||
|  |                   <b class="word" id="word" title="Data Lake" style="color:#e98585">Data Lake</b> | ||||||
|  |                 </div> | ||||||
|  |               </div> | ||||||
|  | 
 | ||||||
|  |               <div class="clr-row"> | ||||||
|  |                 <div class="clr-col-12"> | ||||||
|  |                   <div class="card-title1" id="word"> | ||||||
|  |                     <b style="font-size: 15px;" class="p2" [title]="">Centralized data storage and management</b> | ||||||
|  |                   </div> | ||||||
|  |                 </div> | ||||||
|  |               </div> | ||||||
|  |             </div> | ||||||
|  |           </div> | ||||||
|  |         </div> | ||||||
|  |          | ||||||
|  |         <!-- SureConnect --> | ||||||
|  |         <div class="clr-col-md-3" style="width: 300px ;"> | ||||||
|  |           <div class="card" (click)="goToSureConnect()" | ||||||
|  |             style="border-left: none; border-right: none; border-top: none;"> | ||||||
|  | 
 | ||||||
|  |             <div class="card-header" style="padding-bottom: 0px;"> | ||||||
|  |               <div class="clr-row"> | ||||||
|  |                 <div class="clr-col-12"> | ||||||
|  |                   <clr-icon shape="network-globe"></clr-icon> | ||||||
|  |                 </div> | ||||||
|  |               </div> <br> | ||||||
|  |               <div class="clr-row"> | ||||||
|  |                 <div class="clr-col-12"> | ||||||
|  |                   <b class="word" id="word" title="SureConnect" style="color:#e98585">SureConnect</b> | ||||||
|  |                 </div> | ||||||
|  |               </div> | ||||||
|  | 
 | ||||||
|  |               <div class="clr-row"> | ||||||
|  |                 <div class="clr-col-12"> | ||||||
|  |                   <div class="card-title1" id="word"> | ||||||
|  |                     <b style="font-size: 15px;" class="p2" [title]="">Secure connection management</b> | ||||||
|  |                   </div> | ||||||
|  |                 </div> | ||||||
|  |               </div> | ||||||
|  |             </div> | ||||||
|  |           </div> | ||||||
|  |         </div> | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -80,6 +80,16 @@ export class SetupiconComponent implements OnInit { | |||||||
|   goTokenRegistery() { |   goTokenRegistery() { | ||||||
|     this.router.navigate(['/cns-portal/tokenregistery'], { relativeTo: this.route }); |     this.router.navigate(['/cns-portal/tokenregistery'], { relativeTo: this.route }); | ||||||
|   } |   } | ||||||
|  |    | ||||||
|  |   // Data Lake navigation
 | ||||||
|  |   goToDataLake() { | ||||||
|  |     this.router.navigate(['/cns-portal/datalake'], { relativeTo: this.route }); | ||||||
|  |   } | ||||||
|  |    | ||||||
|  |   // SureConnect navigation
 | ||||||
|  |   goToSureConnect() { | ||||||
|  |     this.router.navigate(['/cns-portal/sureconnect'], { relativeTo: this.route }); | ||||||
|  |   } | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|   //   mc;
 |   //   mc;
 | ||||||
| @ -94,4 +104,4 @@ export class SetupiconComponent implements OnInit { | |||||||
|   // this.md=val.mdelete;
 |   // this.md=val.mdelete;
 | ||||||
|   // this.mv=val.mvisible;
 |   // this.mv=val.mvisible;
 | ||||||
| 
 | 
 | ||||||
| } | } | ||||||
| @ -27,7 +27,7 @@ | |||||||
|         routerLink="/cns-portal/dashboard" (click)="loadMenuByMenuGroup()"> |         routerLink="/cns-portal/dashboard" (click)="loadMenuByMenuGroup()"> | ||||||
|         <div class="nav-icon-wrapper"> |         <div class="nav-icon-wrapper"> | ||||||
|           <clr-icon shape="home"></clr-icon> |           <clr-icon shape="home"></clr-icon> | ||||||
|           <span class="nav-tooltip">Dashboard</span> |           <span class="nav-tooltip">Home</span> | ||||||
|         </div> |         </div> | ||||||
|       </a> |       </a> | ||||||
| 
 | 
 | ||||||
| @ -35,7 +35,7 @@ | |||||||
|         routerLink="/cns-portal/dashboardrunner"> |         routerLink="/cns-portal/dashboardrunner"> | ||||||
|         <div class="nav-icon-wrapper"> |         <div class="nav-icon-wrapper"> | ||||||
|           <clr-icon shape="grid-view" solid></clr-icon> |           <clr-icon shape="grid-view" solid></clr-icon> | ||||||
|           <span class="nav-tooltip">Reports</span> |           <span class="nav-tooltip">Dashboard</span> | ||||||
|         </div> |         </div> | ||||||
|       </a> |       </a> | ||||||
| 
 | 
 | ||||||
| @ -43,7 +43,7 @@ | |||||||
|         routerLink="/cns-portal/rerunner/all" (click)="getName()"> |         routerLink="/cns-portal/rerunner/all" (click)="getName()"> | ||||||
|         <div class="nav-icon-wrapper"> |         <div class="nav-icon-wrapper"> | ||||||
|           <clr-icon shape="file-group" solid="true"></clr-icon> |           <clr-icon shape="file-group" solid="true"></clr-icon> | ||||||
|           <span class="nav-tooltip">Files</span> |           <span class="nav-tooltip">Reports</span> | ||||||
|         </div> |         </div> | ||||||
|       </a> |       </a> | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user