mirror of https://github.com/portainer/portainer
				
				
				
			
		
			
				
	
	
		
			21 lines
		
	
	
		
			689 B
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			689 B
		
	
	
	
		
			HTML
		
	
	
<rd-widget>
 | 
						|
  <rd-widget-header icon="fa-tachometer-alt" title-text="Cluster information"></rd-widget-header>
 | 
						|
  <rd-widget-body classes="no-padding">
 | 
						|
    <table class="table">
 | 
						|
      <tbody>
 | 
						|
        <tr>
 | 
						|
          <td>Nodes in the cluster</td>
 | 
						|
          <td>{{ $ctrl.agentCount }}</td>
 | 
						|
        </tr>
 | 
						|
        <tr>
 | 
						|
          <td colspan="2">
 | 
						|
            <div class="btn-group" role="group" aria-label="...">
 | 
						|
              <a ui-sref="docker.swarm.visualizer" class="vertical-center"><pr-icon icon="'trello'" feather="true" class-name="'icon'"></pr-icon>Go to cluster visualizer</a>
 | 
						|
            </div>
 | 
						|
          </td>
 | 
						|
        </tr>
 | 
						|
      </tbody>
 | 
						|
    </table>
 | 
						|
  </rd-widget-body>
 | 
						|
</rd-widget>
 |