1
0
Fork 0

Add description to cubbyhole k/v view, closes #8.

This commit is contained in:
Kitteh 2021-04-18 10:51:52 +01:00
parent 37dba200ac
commit 2c223dc1aa

View file

@ -20,6 +20,12 @@ export class KeyValueViewPage extends Page {
setTitleElement(pageState);
pageContent.appendChild(makeElement({
tag: "p",
condition: pageState.currentMountType == "cubbyhole",
text: "In cubbyhole, secrets can be stored as long as the lease of your token is valid. They will be deleted when lease is expired and can only be viewed by your current token.",
}));
let newButton = makeElement({
tag: "button",
text: "New",