download set with c= to match every host of a cluster
This commit is contained in:
+5
-5
@@ -4,16 +4,16 @@ const Cluster = {
|
||||
template: `
|
||||
<ClusterAccess :cluster="cluster" :token="token" :state="state" />
|
||||
|
||||
<h3>Tokens</h3>
|
||||
<ClusterCAs :cluster="cluster" :token="token" />
|
||||
|
||||
<h3>Secrets</h3>
|
||||
<h4>Tokens</h4>
|
||||
<section class="links">
|
||||
<GetCopy v-for="n in cluster.Tokens" :token="token" :name="n" :href="'/clusters/'+cluster.Name+'/tokens/'+n" />
|
||||
</section>
|
||||
|
||||
<h3>Passwords</h3>
|
||||
<h4>Passwords</h4>
|
||||
<section class="links">
|
||||
<GetCopy v-for="n in cluster.Passwords" :token="token" :name="n" :href="'/clusters/'+cluster.Name+'/passwords/'+n" />
|
||||
</section>
|
||||
|
||||
<ClusterCAs :cluster="cluster" :token="token" />
|
||||
`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user