File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -142,6 +142,7 @@ <h3 class="gray-msg">Your Analyses</h3>
142142      < thead > 
143143        < tr > 
144144          < th > Artifacts</ th > 
145+           < th > Analysis ID</ th > 
145146          < th > Analysis Name</ th > 
146147          < th > Visibility</ th > 
147148          < th > Creation Timestamp</ th > 
@@ -155,6 +156,9 @@ <h3 class="gray-msg">Your Analyses</h3>
155156          < td > 
156157            {{analysis['artifacts']}}
157158          </ td > 
159+           < td > 
160+             {{analysis['analysis_id']}}
161+           </ td > 
158162          < td > 
159163            < a  href ="{% raw qiita_config.portal_dir %}/analysis/description/{{analysis['analysis_id']}}/ "> {{analysis['name']}}</ a > 
160164            {% if analysis['description'] %}
@@ -189,6 +193,7 @@ <h3 class="gray-msg">Public Analyses</h3>
189193      < thead > 
190194        < tr > 
191195          < th > Artifacts</ th > 
196+           < th > Analysis ID</ th > 
192197          < th > Analysis Name</ th > 
193198          < th > Creation Timestamp</ th > 
194199          < th > Mapping File</ th > 
@@ -199,6 +204,9 @@ <h3 class="gray-msg">Public Analyses</h3>
199204          < td > 
200205            {{analysis['artifacts']}}
201206          </ td > 
207+           < td > 
208+             {{analysis['analysis_id']}}
209+           </ td > 
202210          < td > 
203211            < a  href ="{% raw qiita_config.portal_dir %}/analysis/description/{{analysis['analysis_id']}}/ "> {{analysis['name']}}</ a > 
204212            {% if analysis['description'] %}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments