Add description to cubbyhole k/v view, closes #8.
This commit is contained in:
parent
37dba200ac
commit
2c223dc1aa
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue