ui rework
This commit is contained in:
@@ -2,7 +2,6 @@ const ClusterCAs = {
|
||||
components: { GetCopy },
|
||||
props: [ 'cluster', 'token' ],
|
||||
template: `
|
||||
<h3>CAs</h3>
|
||||
<table><tr><th>Name</th><th>Certificate</th><th>Signed certificates</th></tr>
|
||||
<tr v-for="ca in cluster.CAs">
|
||||
<td>{{ ca.Name }}</td>
|
||||
|
||||
Reference in New Issue
Block a user