|  | <div class="col-xs-12 !px-0 !py-1 text-[13px]"> Secrets </div>
 | 
						
						
						
							|  | <table style="width: 50%">
 | 
						
						
						
							|  |   <tbody>
 | 
						
						
						
							|  |     <tr>
 | 
						
						
						
							|  |       <td>
 | 
						
						
						
							|  |         <sensitive-details ng-repeat="secret in $ctrl.state.secrets" key="{{ secret.key }}" value="{{ secret.value }}"> </sensitive-details>
 | 
						
						
						
							|  |       </td>
 | 
						
						
						
							|  |     </tr>
 | 
						
						
						
							|  |   </tbody>
 | 
						
						
						
							|  | </table>
 |