File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,12 +33,12 @@ <h3 class="md-title">The global link lists</h3>
3333        < ng-md-icon  icon ="link "
3434                    ng-if ="!link.customIcon && link.type === 'LINK' "
3535                    aria-label ="Open link "> </ ng-md-icon > 
36-         < ng-md-icon  icon ="short_text "
37-                     ng-if ="!link.customIcon && link.type === 'TEXT' "
38-                     aria-label ="Open text "> </ ng-md-icon > 
3936        < ng-md-icon  icon ="insert_drive_file "
4037                    ng-if ="!link.customIcon && link.type === 'FILE' "
4138                    aria-label ="Open file "> </ ng-md-icon > 
39+         < ng-md-icon  icon ="laptop_windows "
40+                     ng-if ="!link.customIcon && link.type === 'COMMAND' "
41+                     aria-label ="Exec command "> </ ng-md-icon > 
4242        < ng-md-icon  icon ="{{link.customIcon}} "
4343                    ng-if ="link.customIcon "
4444                    aria-label ="Open "> </ ng-md-icon > 
Original file line number Diff line number Diff line change 2525        < ng-md-icon  icon ="link "
2626                    ng-if ="!link.customIcon && link.type === 'LINK' "
2727                    aria-label ="Open link "> </ ng-md-icon > 
28-         < ng-md-icon  icon ="short_text "
29-                     ng-if ="!link.customIcon && link.type === 'TEXT' "
30-                     aria-label ="Open text "> </ ng-md-icon > 
3128        < ng-md-icon  icon ="insert_drive_file "
3229                    ng-if ="!link.customIcon && link.type === 'FILE' "
3330                    aria-label ="Open file "> </ ng-md-icon > 
31+         < ng-md-icon  icon ="laptop_windows "
32+                     ng-if ="!link.customIcon && link.type === 'COMMAND' "
33+                     aria-label ="Exec command "> </ ng-md-icon > 
3434        < ng-md-icon  icon ="{{link.customIcon}} "
3535                    ng-if ="link.customIcon "
3636                    aria-label ="Open "> </ ng-md-icon > 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments