Not connected.
+From 38ad6207595499d1ee17e53b6425070b5483e694 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Grant access to:
@@ -127,6 +138,8 @@ const ClusterAccess = {
Validity: time range, ie: -5m:1w, 5m, 1M, 1y, 1d-1s, etc. {{ msg }} User:
+
=> Get certificate
@@ -149,9 +162,9 @@ const ClusterAccess = {
+
- => Get certificate
+ => Get certificate
Access
+ CAs
+ Secrets
+ Tokens
+ Passwords
+ Secrets
- Tokens
- Passwords
- Access
-
Grant SSH access
| Name | Certificate | Signed certificates |
|---|---|---|
| {{ ca.Name }} | diff --git a/html/ui/Downloads-25b2e1f4aeaaff61.js b/html/ui/Downloads-3c8cba0572aebfae.js similarity index 89% rename from html/ui/Downloads-25b2e1f4aeaaff61.js rename to html/ui/Downloads-3c8cba0572aebfae.js index 09b94ce..558d58c 100644 --- a/html/ui/Downloads-25b2e1f4aeaaff61.js +++ b/html/ui/Downloads-3c8cba0572aebfae.js @@ -1,7 +1,7 @@ const Downloads = { props: [ 'kind', 'name', 'token', 'state' ], data() { - return { createDisabled: false, selectedAssets: {} } + return { createDisabled: false, selectedAssets: {}, msg: null } }, computed: { availableAssets() { @@ -50,11 +50,12 @@ const Downloads = { headers: { 'Authorization': 'Bearer ' + this.token, 'Content-Type': 'application/json' }, }).then((resp) => resp.json()) .then((token) => { this.selectedAssets = {}; this.createDisabled = false }) - .catch((e) => { alert('failed to create link'); this.createDisabled = false }) + .catch((e) => { this.msg = 'failed to create link'; this.createDisabled = false }) }, }, template: `